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

123

/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A DMakefile.in39 CC_FOR_BUILD = @CC_FOR_BUILD@
76 $(CC_FOR_BUILD) -c $(CCFLAGS_FOR_BUILD) $<
81 $(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) $(OBJ1) -o $@ ${LIBS_FOR_BUILD}
/macosx-10.10.1/gpatch-3/patch/
H A Dconfig.guess41 if test x"$CC_FOR_BUILD" = x; then
43 CC_FOR_BUILD="$HOST_CC"
46 CC_FOR_BUILD="$CC"
48 CC_FOR_BUILD=cc
96 $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
310 $CC_FOR_BUILD $dummy.c -o $dummy \
376 $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0
456 ($CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
488 $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0
666 $CC_FOR_BUILD
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/
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...]
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/
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 \
353 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/
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 \
349 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/sudo-73/src/
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 \
349 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/
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...]
/macosx-10.10.1/apache-793/httpd/build/
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...]
/macosx-10.10.1/apr-32/apr/apr/build/
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 ;;
165 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
345 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/build/
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 \
349 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/conftools/
H A Dconfig.guess95 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
100 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
115 case $CC_FOR_BUILD,$HOST_CC,$CC in
119 CC_FOR_BUILD="$c"; break ;
122 if test x"$CC_FOR_BUILD" = x ; then
123 CC_FOR_BUILD=no_compiler_found ;
126 ,,*) CC_FOR_BUILD=$CC ;;
127 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
171 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
351 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/curl-83.1.2/curl/
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'`
186 if echo __ELF__ | $CC_FOR_BUILD
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
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 \
349 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
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 \
349 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/ruby-106/ruby/tool/
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 \
349 if [ "$CC_FOR_BUILD" !
[all...]
H A Dconfig.guess.orig97 # 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 \
349 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfig.guess96 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
101 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
116 case $CC_FOR_BUILD,$HOST_CC,$CC in
120 CC_FOR_BUILD="$c"; break ;
123 if test x"$CC_FOR_BUILD" = x ; then
124 CC_FOR_BUILD=no_compiler_found ;
127 ,,*) CC_FOR_BUILD=$CC ;;
128 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
172 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
345 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dconfig.guess98 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
103 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
118 case $CC_FOR_BUILD,$HOST_CC,$CC in
122 CC_FOR_BUILD="$c"; break ;
125 if test x"$CC_FOR_BUILD" = x ; then
126 CC_FOR_BUILD=no_compiler_found ;
129 ,,*) CC_FOR_BUILD=$CC ;;
130 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
174 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
347 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
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 \
349 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/
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 ;;
162 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
196 if echo __ELF__ | $CC_FOR_BUILD
[all...]
/macosx-10.10.1/bind9-45.101/bind9/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...]
/macosx-10.10.1/libpcap-48/libpcap/
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...]
/macosx-10.10.1/patch_cmds-17/diffstat/
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...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dconfig.guess96 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
101 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
116 case $CC_FOR_BUILD,$HOST_CC,$CC in
120 CC_FOR_BUILD="$c"; break ;
123 if test x"$CC_FOR_BUILD" = x ; then
124 CC_FOR_BUILD=no_compiler_found ;
127 ,,*) CC_FOR_BUILD=$CC ;;
128 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
172 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
345 if [ "$CC_FOR_BUILD" !
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dconfig.guess96 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
101 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
116 case $CC_FOR_BUILD,$HOST_CC,$CC in
120 CC_FOR_BUILD="$c"; break ;
123 if test x"$CC_FOR_BUILD" = x ; then
124 CC_FOR_BUILD=no_compiler_found ;
127 ,,*) CC_FOR_BUILD=$CC ;;
128 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
172 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
345 if [ "$CC_FOR_BUILD" !
[all...]

Completed in 379 milliseconds

123