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

12

/haiku-buildtools/autoconf/man/
H A Dconfig.guess.x9 `CC_FOR_BUILD' to specify the compiler for the build machine. If
10 `CC_FOR_BUILD' is not specified, `CC' will be used. Be sure to
11 specify `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host'
14 CC_FOR_BUILD a native C compiler, defaults to `cc'
/haiku-buildtools/gcc/gmp/
H A Dconfig.guess85 if test x"$CC_FOR_BUILD" = x; then
87 CC_FOR_BUILD="$HOST_CC"
90 CC_FOR_BUILD="$CC"
96 CC_FOR_BUILD="$c"; break
100 if test x"$CC_FOR_BUILD" = x; then
101 CC_FOR_BUILD=no_compiler_found
141 $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
200 if $CC_FOR_BUILD ${dummy}a.s ${dummy}b.c -o $dummy >/dev/null 2>&1; then
235 if ($CC_FOR_BUILD $dummy.s -o $dummy && ./$dummy) >/dev/null 2>&1; then
251 if $CC_FOR_BUILD
[all...]
H A Dconfigfsf.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 DMakefile.am326 # automake ansi2knr rules, but using $(CC_FOR_BUILD) instead of $(CC).
351 $(CC_FOR_BUILD) `test -f 'gen-fac_ui$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-fac_ui$(U_FOR_BUILD).c -o gen-fac_ui$(EXEEXT_FOR_BUILD)
368 $(CC_FOR_BUILD) `test -f 'gen-fib$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-fib$(U_FOR_BUILD).c -o gen-fib$(EXEEXT_FOR_BUILD)
385 $(CC_FOR_BUILD) `test -f 'gen-bases$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-bases$(U_FOR_BUILD).c -o gen-bases$(EXEEXT_FOR_BUILD) $(LIBM_FOR_BUILD)
399 $(CC_FOR_BUILD) `test -f 'gen-trialdivtab$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-trialdivtab$(U_FOR_BUILD).c -o gen-trialdivtab$(EXEEXT_FOR_BUILD) $(LIBM_FOR_BUILD)
414 $(CC_FOR_BUILD) `test -f 'gen-psqr$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-psqr$(U_FOR_BUILD).c -o gen-psqr$(EXEEXT_FOR_BUILD) $(LIBM_FOR_BUILD)
/haiku-buildtools/cloog/osl/autoconf/
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 \
347 if [ "$CC_FOR_BUILD" !
[all...]
/haiku-buildtools/cloog/autoconf/
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 \
347 if [ "$CC_FOR_BUILD" !
[all...]
/haiku-buildtools/gcc/mpc/
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 \
347 if [ "$CC_FOR_BUILD" !
[all...]
/haiku-buildtools/gcc/mpfr/
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 \
347 if [ "$CC_FOR_BUILD" !
[all...]
/haiku-buildtools/isl/
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...]
/haiku-buildtools/gcc/
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...]
H A DMakefile.tpl154 CC="$(CC_FOR_BUILD)"; export CC; \
202 CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
260 CC_FOR_BUILD="$$CC"; export CC_FOR_BUILD; \
345 CC_FOR_BUILD = @CC_FOR_BUILD@
629 CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
[all...]
/haiku-buildtools/legacy/gcc/
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 \
339 if [ "$CC_FOR_BUILD" !
[all...]
/haiku-buildtools/binutils/binutils/
H A DMakefile.am30 CC_FOR_BUILD = @CC_FOR_BUILD@
197 CC="$(CC)" CC_FOR_BUILD="$(CC_FOR_BUILD)" \
307 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ sysinfo.@OBJEXT@ syslex_wrap.@OBJEXT@
310 $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/syslex_wrap.c
314 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(NO_WERROR) sysinfo.c ; \
316 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/sysinfo.c ; \
320 $(CC_FOR_BUILD) -o $@ $(AM_CPPFLAGS) $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(srcdir)/bin2c.c
H A DMakefile.in322 CC_FOR_BUILD = @CC_FOR_BUILD@
1328 CC="$(CC)" CC_FOR_BUILD="$(CC_FOR_BUILD)" \
1372 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ sysinfo.@OBJEXT@ syslex_wrap.@OBJEXT@
1375 $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/syslex_wrap.c
1379 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(NO_WERROR) sysinfo.c ; \
1381 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/sysinfo.c ; \
1385 $(CC_FOR_BUILD) -o $@ $(AM_CPPFLAGS) $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(srcdir)/bin2c.c
/haiku-buildtools/binutils/
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...]
H A DMakefile.tpl155 CC="$(CC_FOR_BUILD)"; export CC; \
203 CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
263 CC_FOR_BUILD="$$CC"; export CC_FOR_BUILD; \
349 CC_FOR_BUILD = @CC_FOR_BUILD@
634 CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
[all...]
/haiku-buildtools/autoconf/build-aux/
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 \
436 $CC_FOR_BUILD
[all...]
/haiku-buildtools/legacy/binutils/
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 ;;
170 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
434 $CC_FOR_BUILD
[all...]
/haiku-buildtools/libtool/
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 ;;
170 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
431 $CC_FOR_BUILD
[all...]
/haiku-buildtools/libtool/libltdl/
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 ;;
170 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
431 $CC_FOR_BUILD
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A DMakefile.am15 CC_FOR_BUILD = @CC_FOR_BUILD@
245 $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o
249 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) syslex.c -Wno-error ; \
251 $(CC_FOR_BUILD) -c -I. -I$(srcdir) $(AM_CFLAGS) $(CFLAGS) $(srcdir)/syslex.c -Wno-error ;\
256 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) sysinfo.c -Wno-error ; \
258 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) $(srcdir)/sysinfo.c -Wno-error ; \
/haiku-buildtools/legacy/binutils/bfd/doc/
H A DMakefile.am61 $(CC_FOR_BUILD) -o chew.$$$$ $(srcdir)/chew.c \
67 $(CC_FOR_BUILD) -c $(INCLUDES) $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c
/haiku-buildtools/binutils/binutils/doc/
H A DMakefile.in172 CC_FOR_BUILD = @CC_FOR_BUILD@
/haiku-buildtools/binutils/opcodes/
H A DMakefile.am34 COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(INCLUDES) $(AM_CPPFLAGS) \
36 LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
/haiku-buildtools/binutils/bfd/doc/
H A DMakefile.in173 CC_FOR_BUILD = @CC_FOR_BUILD@
830 $(CC_FOR_BUILD) -o chw$$$$$(EXEEXT_FOR_BUILD) $(CFLAGS_FOR_BUILD) \

Completed in 139 milliseconds

12