Searched refs:CC_FOR_BUILD (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/
H A Dconfig.guess89 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
94 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
109 case $CC_FOR_BUILD,$HOST_CC,$CC in
113 CC_FOR_BUILD="$c"; break ;
116 if test x"$CC_FOR_BUILD" = x ; then
117 CC_FOR_BUILD=no_compiler_found ;
120 ,,*) CC_FOR_BUILD=$CC ;;
121 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
186 if echo __ELF__ | $CC_FOR_BUILD
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dconfig.guess89 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
94 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
109 case $CC_FOR_BUILD,$HOST_CC,$CC in
113 CC_FOR_BUILD="$c"; break ;
116 if test x"$CC_FOR_BUILD" = x ; then
117 CC_FOR_BUILD=no_compiler_found ;
120 ,,*) CC_FOR_BUILD=$CC ;;
121 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
196 if echo __ELF__ | $CC_FOR_BUILD
[all...]
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfig.guess93 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
98 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
113 case $CC_FOR_BUILD,$HOST_CC,$CC in
117 CC_FOR_BUILD="$c"; break ;
120 if test x"$CC_FOR_BUILD" = x ; then
121 CC_FOR_BUILD=no_compiler_found ;
124 ,,*) CC_FOR_BUILD=$CC ;;
125 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
168 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
458 $CC_FOR_BUILD
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dconfig.guess94 # CC_FOR_BUILD -- compiler used by this script.
95 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
98 set_cc_for_build='case $CC_FOR_BUILD,$HOST_CC,$CC in
103 CC_FOR_BUILD="$c"; break ;
107 if test x"$CC_FOR_BUILD" = x ; then
108 CC_FOR_BUILD=no_compiler_found ;
111 ,,*) CC_FOR_BUILD=$CC ;;
112 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
154 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
209 $CC_FOR_BUILD
[all...]

Completed in 37 milliseconds