Home | History | Annotate | Download | only in grub

Lines Matching refs:Linux

186 	# suitable tag, in the style of linux-gnu.
824 arm*:Linux:*:*)
825 echo ${UNAME_MACHINE}-unknown-linux-gnu
827 cris:Linux:*:*)
828 echo cris-axis-linux-gnu
830 crisv32:Linux:*:*)
831 echo crisv32-axis-linux-gnu
833 frv:Linux:*:*)
834 echo frv-unknown-linux-gnu
836 ia64:Linux:*:*)
837 echo ${UNAME_MACHINE}-unknown-linux-gnu
839 m32r*:Linux:*:*)
840 echo ${UNAME_MACHINE}-unknown-linux-gnu
842 m68*:Linux:*:*)
843 echo ${UNAME_MACHINE}-unknown-linux-gnu
845 mips:Linux:*:*)
862 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
864 mips64:Linux:*:*)
881 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
883 ppc:Linux:*:*)
884 echo powerpc-unknown-linux-gnu
886 ppc64:Linux:*:*)
887 echo powerpc64-unknown-linux-gnu
889 alpha:Linux:*:*)
901 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
903 parisc:Linux:*:* | hppa:Linux:*:*)
906 PA7*) echo hppa1.1-unknown-linux-gnu ;;
907 PA8*) echo hppa2.0-unknown-linux-gnu ;;
908 *) echo hppa-unknown-linux-gnu ;;
911 parisc64:Linux:*:* | hppa64:Linux:*:*)
912 echo hppa64-unknown-linux-gnu
914 s390:Linux:*:* | s390x:Linux:*:*)
915 echo ${UNAME_MACHINE}-ibm-linux
917 sh64*:Linux:*:*)
918 echo ${UNAME_MACHINE}-unknown-linux-gnu
920 sh*:Linux:*:*)
921 echo ${UNAME_MACHINE}-unknown-linux-gnu
923 sparc:Linux:*:* | sparc64:Linux:*:*)
924 echo ${UNAME_MACHINE}-unknown-linux-gnu
926 x86_64:Linux:*:*)
927 echo x86_64-unknown-linux-gnu
929 i*86:Linux:*:*)
942 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
944 a.out-i386-linux)
945 echo "${UNAME_MACHINE}-pc-linux-gnuaout"
948 echo "${UNAME_MACHINE}-pc-linux-gnucoff"
951 # Either a pre-BFD a.out linker (linux-gnuoldld) or
953 echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
982 test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0