Home | History | Annotate | Download | only in srtp

Lines Matching refs:LIBC

815 	# other systems with GNU libc and userland
897 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
898 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
960 LIBC=gnu
962 LIBC=gnulibc1
965 LIBC=gnulibc1
969 LIBC=gnu
971 LIBC=gnuaout
975 LIBC=dietlibc
978 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
979 test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0