Searched refs:INST_ARCH (Results 1 – 1 of 1) sorted by relevance
26 INST_ARCH=$(uname -m | sed -e "s/i[3-6]86/ix86/" -e "s/x86[-_]64/x86_64/")46 if [ "$INST_ARCH" != "$SDK_ARCH" ]; then48 if [ "$INST_ARCH" != x86_64 -o "$SDK_ARCH" != ix86 ]; then49 …echo "Error: Incompatible SDK installer! Your host is $INST_ARCH and this SDK was built for $SDK_A…