Home | History | Annotate | Download | only in config

Lines Matching refs:Linux

190 	# suitable tag, in the style of linux-gnu.
854 arm*:Linux:*:*)
859 echo ${UNAME_MACHINE}-unknown-linux-gnu
861 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
864 avr32*:Linux:*:*)
865 echo ${UNAME_MACHINE}-unknown-linux-gnu
867 cris:Linux:*:*)
868 echo cris-axis-linux-gnu
870 crisv32:Linux:*:*)
871 echo crisv32-axis-linux-gnu
873 frv:Linux:*:*)
874 echo frv-unknown-linux-gnu
876 ia64:Linux:*:*)
877 echo ${UNAME_MACHINE}-unknown-linux-gnu
879 m32r*:Linux:*:*)
880 echo ${UNAME_MACHINE}-unknown-linux-gnu
882 m68*:Linux:*:*)
883 echo ${UNAME_MACHINE}-unknown-linux-gnu
885 mips:Linux:*:*)
906 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
908 mips64:Linux:*:*)
929 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
931 or32:Linux:*:*)
932 echo or32-unknown-linux-gnu
934 ppc:Linux:*:*)
935 echo powerpc-unknown-linux-gnu
937 ppc64:Linux:*:*)
938 echo powerpc64-unknown-linux-gnu
940 alpha:Linux:*:*)
952 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
954 padre:Linux:*:*)
955 echo sparc-unknown-linux-gnu
957 parisc:Linux:*:* | hppa:Linux:*:*)
960 PA7*) echo hppa1.1-unknown-linux-gnu ;;
961 PA8*) echo hppa2.0-unknown-linux-gnu ;;
962 *) echo hppa-unknown-linux-gnu ;;
965 parisc64:Linux:*:* | hppa64:Linux:*:*)
966 echo hppa64-unknown-linux-gnu
968 s390:Linux:*:* | s390x:Linux:*:*)
969 echo ${UNAME_MACHINE}-ibm-linux
971 sh64*:Linux:*:*)
972 echo ${UNAME_MACHINE}-unknown-linux-gnu
974 sh*:Linux:*:*)
975 echo ${UNAME_MACHINE}-unknown-linux-gnu
977 sparc:Linux:*:* | sparc64:Linux:*:*)
978 echo ${UNAME_MACHINE}-unknown-linux-gnu
980 vax:Linux:*:*)
981 echo ${UNAME_MACHINE}-dec-linux-gnu
983 x86_64:Linux:*:*)
984 echo x86_64-unknown-linux-gnu
986 xtensa*:Linux:*:*)
987 echo ${UNAME_MACHINE}-unknown-linux-gnu
989 i*86:Linux:*:*)
1002 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
1004 a.out-i386-linux)
1005 echo "${UNAME_MACHINE}-pc-linux-gnuaout"
1008 # Either a pre-BFD a.out linker (linux-gnuoldld) or
1010 echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
1044 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"