Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:Linux

186 	# suitable tag, in the style of linux-gnu.
823 arm*:Linux:*:*)
824 echo ${UNAME_MACHINE}-unknown-linux-gnu
826 cris:Linux:*:*)
827 echo cris-axis-linux-gnu
829 ia64:Linux:*:*)
830 echo ${UNAME_MACHINE}-unknown-linux-gnu
832 m68*:Linux:*:*)
833 echo ${UNAME_MACHINE}-unknown-linux-gnu
835 mips:Linux:*:*)
852 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
854 mips64:Linux:*:*)
871 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
873 ppc:Linux:*:*)
874 echo powerpc-unknown-linux-gnu
876 ppc64:Linux:*:*)
877 echo powerpc64-unknown-linux-gnu
879 alpha:Linux:*:*)
891 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
893 parisc:Linux:*:* | hppa:Linux:*:*)
896 PA7*) echo hppa1.1-unknown-linux-gnu ;;
897 PA8*) echo hppa2.0-unknown-linux-gnu ;;
898 *) echo hppa-unknown-linux-gnu ;;
901 parisc64:Linux:*:* | hppa64:Linux:*:*)
902 echo hppa64-unknown-linux-gnu
904 s390:Linux:*:* | s390x:Linux:*:*)
905 echo ${UNAME_MACHINE}-ibm-linux
907 sh64*:Linux:*:*)
908 echo ${UNAME_MACHINE}-unknown-linux-gnu
910 sh*:Linux:*:*)
911 echo ${UNAME_MACHINE}-unknown-linux-gnu
913 sparc:Linux:*:* | sparc64:Linux:*:*)
914 echo ${UNAME_MACHINE}-unknown-linux-gnu
916 x86_64:Linux:*:*)
917 echo x86_64-unknown-linux-gnu
919 i*86:Linux:*:*)
932 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
934 a.out-i386-linux)
935 echo "${UNAME_MACHINE}-pc-linux-gnuaout"
938 echo "${UNAME_MACHINE}-pc-linux-gnucoff"
941 # Either a pre-BFD a.out linker (linux-gnuoldld) or
943 echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
972 test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0