Lines Matching refs:Linux
270 if [ "$HOST_OS" = "linux" ] ; then
271 register_option "--mingw" do_mingw_option "Generate windows binaries on Linux."
548 linux-*)
551 echo "ERROR: Can only enable mingw on Linux platforms !"
597 # On Linux, detect our legacy-compatible toolchain when in the Android
604 if [ "$HOST_OS" = "linux" -a -z "$CC" -a "$MINGW" != "yes" -a "$TRY64" != "yes" ]; then
605 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3"
607 log "Forcing generation of Linux binaries with legacy toolchain"
608 CC="$LEGACY_TOOLCHAIN_DIR/bin/i686-linux-gcc"
609 CXX="$LEGACY_TOOLCHAIN_DIR/bin/i686-linux-g++"
696 linux-x86)
697 ABI_CONFIGURE_BUILD=i386-linux-gnu
699 linux-x86_64)
700 ABI_CONFIGURE_BUILD=x86_64-linux-gnu
748 arm-linux-androideabi-*)
751 ABI_CONFIGURE_TARGET="arm-linux-androideabi"
755 # linux that strip complains about... Sigh.
768 ABI_CONFIGURE_TARGET="i686-android-linux"
776 echo "Invalid toolchain specified. Expected (arm-linux-androideabi-*|x86-*)"
791 GDBSERVER_HOST=arm-eabi-linux
795 GDBSERVER_HOST=i686-android-linux-gnu
804 # For now, valid values are: linux-x86, darwin-x86 and windows
812 linux-x86_64)
814 RET=linux-x86
858 # For example: arm -> toolchains/arm-linux-androideabi-4.4.3/prebuilt/<system>/bin/arm-linux-androideabi-