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

/bind-9.6-ESV-R11/
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.6-ESV-R11/unit/atf-src/admin/
H A Dconfig.guess97 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
102 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
117 case $CC_FOR_BUILD,$HOST_CC,$CC in
121 CC_FOR_BUILD="$c"; break ;
124 if test x"$CC_FOR_BUILD" = x ; then
125 CC_FOR_BUILD=no_compiler_found ;
128 ,,*) CC_FOR_BUILD=$CC ;;
129 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
173 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
346 if [ "$CC_FOR_BUILD" !
[all...]
/bind-9.6-ESV-R11/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 10 milliseconds