Home | History | Annotate | Download | only in build-aux

Lines Matching refs:Linux

188 	# suitable tag, in the style of linux-gnu.
817 arm*:Linux:*:*)
818 echo ${UNAME_MACHINE}-unknown-linux-gnu
820 cris:Linux:*:*)
821 echo cris-axis-linux-gnu
823 crisv32:Linux:*:*)
824 echo crisv32-axis-linux-gnu
826 frv:Linux:*:*)
827 echo frv-unknown-linux-gnu
829 ia64:Linux:*:*)
830 echo ${UNAME_MACHINE}-unknown-linux-gnu
832 m32r*:Linux:*:*)
833 echo ${UNAME_MACHINE}-unknown-linux-gnu
835 m68*:Linux:*:*)
836 echo ${UNAME_MACHINE}-unknown-linux-gnu
838 mips:Linux:*:*)
855 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
857 mips64:Linux:*:*)
874 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
876 ppc:Linux:*:*)
877 echo powerpc-unknown-linux-gnu
879 ppc64:Linux:*:*)
880 echo powerpc64-unknown-linux-gnu
882 alpha:Linux:*:*)
894 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
896 parisc:Linux:*:* | hppa:Linux:*:*)
899 PA7*) echo hppa1.1-unknown-linux-gnu ;;
900 PA8*) echo hppa2.0-unknown-linux-gnu ;;
901 *) echo hppa-unknown-linux-gnu ;;
904 parisc64:Linux:*:* | hppa64:Linux:*:*)
905 echo hppa64-unknown-linux-gnu
907 s390:Linux:*:* | s390x:Linux:*:*)
908 echo ${UNAME_MACHINE}-ibm-linux
910 sh64*:Linux:*:*)
911 echo ${UNAME_MACHINE}-unknown-linux-gnu
913 sh*:Linux:*:*)
914 echo ${UNAME_MACHINE}-unknown-linux-gnu
916 sparc:Linux:*:* | sparc64:Linux:*:*)
917 echo ${UNAME_MACHINE}-unknown-linux-gnu
919 x86_64:Linux:*:*)
920 echo x86_64-unknown-linux-gnu
922 i*86:Linux:*:*)
935 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
937 a.out-i386-linux)
938 echo "${UNAME_MACHINE}-pc-linux-gnuaout"
941 echo "${UNAME_MACHINE}-pc-linux-gnucoff"
944 # Either a pre-BFD a.out linker (linux-gnuoldld) or
946 echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
976 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"