Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:XCC

277 # We do this so our SED call to append to XCC remains portable
431 XCC="$CC `$SED -n -e 's/CPPFLAGS+=*\(.*\)/\1/p' $CONFIG_MK`"
432 XCC="$XCC `$SED -n -e 's/CFLAGS+=*\(.*\)/\1/p' $CONFIG_MK`"
441 if $XCC _test.c -o _test >/dev/null 2>&3; then
460 if $XCC _nl80211.c -o _nl80211 2>&3; then
486 if $XCC _getifaddrs.c -o _getifaddrs 2>&3; then
488 elif $XCC _getifaddrs.c -o _getifaddrs -lsocket 2>&3; then
507 if $XCC _clock_gettime.c -o _clock_gettime 2>&3; then
509 elif $XCC _clock_gettime.c -lrt -o _clock_gettime 2>&3; then
530 if $XCC _inet_ntoa.c -o _inet_ntoa 2>&3; then
532 elif $XCC _inet_ntoa.c -lnsl -o _inet_ntoa 2>&3; then
535 elif $XCC _inet_ntoa.c -lsocket -o _inet_ntoa 2>&3; then
555 if $XCC _arc4random.c -o _arc4random 2>&3; then
577 if $XCC _arc4random_uniform.c -o _arc4random_uniform 2>&3; then
599 if $XCC _closefrom.c -o _closefrom 2>&3; then
623 if $XCC _getline.c -o _getline 2>&3; then
647 if $XCC _strlcpy.c -o _strlcpy 2>&3; then
671 if $XCC _strtoi.c -o _strtoi 2>&3; then
692 if $XCC _dprintf.c -o _dprintf 2>&3; then
716 if $XCC _queue.c -o _queue 2>&3; then
737 if $XCC _queue.c -o _queue 2>&3; then
758 if $XCC _queue.c -o _queue 2>&3; then
799 if $XCC _posix_spawn.c -o _posix_spawn 2>&3; then
822 if $XCC _kqueue.c -o _kqueue 2>&3; then
839 if $XCC _kqueue.c -o _kqueue 2>&3; then
865 if $XCC _epoll.c -o _epoll 2>&3; then
884 if $XCC _ppoll.c -o _ppoll 2>&3; then
902 if $XCC _pselect.c -o _pselect 2>&3; then
943 if $XCC _be64enc.c -o _be64enc 2>&3; then
974 if $XCC _md5.c -o _md5 2>&3; then
976 elif [ -e "$1" ] && $XCC _md5.c -lmd -o _md5 2>&3; then
1029 if $XCC _sha256.c -o _sha256 2>&3; then
1031 elif [ -e "$1" ] && $XCC _sha256.c -lmd -o _sha256 2>&3; then
1060 if $XCC _sha256.c -o _sha256 2>&3; then
1063 elif [ -e "$1" ] && $XCC _sha256.c -lmd -o _sha256 2>&3
1114 if $XCC $LIBUDEV_CFLAGS _udev.c -o _udev $LIBUDEV_LIBS 2>&3
1132 if $XCC $LIBUDEV_CFLAGS _udev.c -o _udev $LIBUDEV_LIBS 2>&3
1158 if $XCC _dlopen.c -o _dlopen 2>&3; then
1160 elif $XCC _dlopen.c -ldl -o _dlopen 2>&3; then