Searched refs:CC_FOR_BUILD (Results 1 – 25 of 25) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | acinclude.m4 | 31 dnl Get a default for CC_FOR_BUILD to put into Makefile. 33 [# Put a plausible default for CC_FOR_BUILD in Makefile. 34 if test -z "$CC_FOR_BUILD"; then 36 CC_FOR_BUILD='$(CC)' 38 CC_FOR_BUILD=gcc 41 AC_SUBST(CC_FOR_BUILD) subst 50 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
|
D | Makefile.in | 185 CC_FOR_BUILD = @CC_FOR_BUILD@
|
D | configure | 12954 if test -z "$CC_FOR_BUILD"; then 12956 CC_FOR_BUILD='$(CC)' 12958 CC_FOR_BUILD=gcc 12974 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
|
D | ChangeLog-9495 | 688 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it 1953 AR. Call AC_PROG_INSTALL. Substitute CC_FOR_BUILD, choosing a 1964 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
|
D | ChangeLog-9193 | 3680 * Makefile.in (CC_FOR_BUILD): New variable, set to $(CC). 3681 (FLAGS_TO_PASS): Pass down CC_FOR_BUILD.
|
/toolchain/binutils/binutils-2.25/ |
D | config.guess | 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 186 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 366 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then 368 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ 476 $CC_FOR_BUILD -o $dummy $dummy.c && 563 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 666 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` 683 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | 724 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && 913 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ [all …]
|
D | Makefile.tpl | 202 CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ 260 CC_FOR_BUILD="$$CC"; export CC_FOR_BUILD; \ 346 CC_FOR_BUILD = @CC_FOR_BUILD@ 629 CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
|
D | configure.ac | 1215 CC_FOR_BUILD=${CC_FOR_BUILD-gcc} 1229 CC_FOR_BUILD="\$(CC)" 3110 AC_SUBST(CC_FOR_BUILD) subst
|
D | configure | 3906 CC_FOR_BUILD=${CC_FOR_BUILD-gcc} 3920 CC_FOR_BUILD="\$(CC)"
|
D | Makefile.in | 199 CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ 257 CC_FOR_BUILD="$$CC"; export CC_FOR_BUILD; \ 343 CC_FOR_BUILD = @CC_FOR_BUILD@ 824 CC="$${CC}" CC_FOR_BUILD="$${CC_FOR_BUILD}" \
|
D | ChangeLog | 2354 CC. Set CC_FOR_BUILD from CC. 5577 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure 14533 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be 14645 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | Makefile.am | 30 CC_FOR_BUILD = @CC_FOR_BUILD@ macro 298 …$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ sysinfo.@OBJEXT@ syslex_wrap.@OBJEX… 301 …$(CC_FOR_BUILD) -c -I. -I$(srcdir) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/syslex_… 305 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(NO_WERROR) sysinfo.c ; \ 307 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/sysinfo.c ; \ 311 …$(CC_FOR_BUILD) -o $@ $(AM_CPPFLAGS) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(srcdi…
|
D | Makefile.in | 295 CC_FOR_BUILD = @CC_FOR_BUILD@ 1329 …$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ sysinfo.@OBJEXT@ syslex_wrap.@OBJEX… 1332 …$(CC_FOR_BUILD) -c -I. -I$(srcdir) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/syslex_… 1336 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(NO_WERROR) sysinfo.c ; \ 1338 $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/sysinfo.c ; \ 1342 …$(CC_FOR_BUILD) -o $@ $(AM_CPPFLAGS) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(srcdi…
|
D | configure | 12526 if test -z "$CC_FOR_BUILD"; then 12528 CC_FOR_BUILD='$(CC)' 12530 CC_FOR_BUILD=gcc 12546 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
|
D | ChangeLog-9197 | 2165 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@ rather than $(CC). 3344 * Makefile.in (syslex, sysinfo): Use CC_FOR_BUILD.
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | ChangeLog-9103 | 13 CC_FOR_BUILD specific switches. 280 * Makefile.am (CC_FOR_BUILD): Don't set explicitly. 471 * Makefile.in (CC_FOR_BUILD): New variable, define to be $(CC). 472 (chew.o, $(MKDOC)): Build using CC_FOR_BUILD rather than CC, since
|
D | Makefile.in | 144 CC_FOR_BUILD = @CC_FOR_BUILD@ 780 $(CC_FOR_BUILD) -o chw$$$$$(EXEEXT_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
|
D | Makefile.am | 81 $(CC_FOR_BUILD) -o chw$$$$$(EXEEXT_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | Makefile.in | 145 CC_FOR_BUILD = @CC_FOR_BUILD@
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | Makefile.am | 34 COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(INCLUDES) $(AM_CPPFLAGS) \ 36 LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
|
D | Makefile.in | 170 CC_FOR_BUILD = @CC_FOR_BUILD@ 316 COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(INCLUDES) $(AM_CPPFLAGS) \ 319 LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
|
D | configure | 12101 if test -z "$CC_FOR_BUILD"; then 12103 CC_FOR_BUILD='$(CC)' 12105 CC_FOR_BUILD=gcc 12121 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
|
D | ChangeLog-0001 | 442 * configure.in: Add BFD_CC_FOR_BUILD to allow CC_FOR_BUILD to be used.
|
/toolchain/binutils/binutils-2.25/config/ |
D | acx.m4 | 78 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-9197 | 3023 (CC_FOR_BUILD): Remove. 6570 * Makefile.in: rename HOST_CC to CC_FOR_BUILD
|