| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0015-Makefile.in-Ensure-build-CPP-CPPFLAGS-is-used-for-bu.patch | 64 CC="$(CC_FOR_BUILD)"; export CC; \ 75 CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ 83 CC_FOR_BUILD = @CC_FOR_BUILD@ 95 CC="$(CC_FOR_BUILD)"; export CC; \ 106 CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ 114 CC_FOR_BUILD = @CC_FOR_BUILD@ 132 CC_FOR_BUILD 137 CC_FOR_BUILD=${CC_FOR_BUILD-gcc} 157 CC_FOR_BUILD=${CC_FOR_BUILD-gcc} 172 AC_SUBST(CC_FOR_BUILD) [all …]
|
| /OK3568_Linux_fs/buildroot/package/apr/ |
| H A D | 0001-cross-compile.patch | 20 +dnl In case of cross compilation we set CC_FOR_BUILD to cc unless 21 +dnl we got already CC_FOR_BUILD from environment. 23 + if test "x${CC_FOR_BUILD}" = "x"; then 24 + CC_FOR_BUILD=cc 27 +AC_SUBST(CC_FOR_BUILD) 40 +CC_FOR_BUILD = @CC_FOR_BUILD@ 49 +ifdef CC_FOR_BUILD 51 + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -DCROSS_COMPILE -o $@ $<
|
| H A D | apr.mk | 28 CC_FOR_BUILD="$(HOSTCC)" \
|
| /OK3568_Linux_fs/buildroot/package/apache/ |
| H A D | 0001-cross-compile.patch | 21 +ifdef CC_FOR_BUILD 23 + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -DCROSS_COMPILE -o $@ $< 40 +dnl In case of cross compilation we set CC_FOR_BUILD to cc unless 41 +dnl we got already CC_FOR_BUILD from environment. 43 + if test "x${CC_FOR_BUILD}" = "x"; then 44 + CC_FOR_BUILD=cc 59 + APACHE_SUBST(CC_FOR_BUILD)
|
| /OK3568_Linux_fs/buildroot/support/gnuconfig/ |
| H A D | config.guess | 111 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 115 CC_FOR_BUILD="$driver" 119 if test x"$CC_FOR_BUILD" = x ; then 120 CC_FOR_BUILD=no_compiler_found 123 ,,*) CC_FOR_BUILD=$CC ;; 124 ,*,*) CC_FOR_BUILD=$HOST_CC ;; 161 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" 205 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 405 if test "$CC_FOR_BUILD" != no_compiler_found; then 407 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | config.guess | 111 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 115 CC_FOR_BUILD="$driver" 119 if test x"$CC_FOR_BUILD" = x ; then 120 CC_FOR_BUILD=no_compiler_found 123 ,,*) CC_FOR_BUILD=$CC ;; 124 ,*,*) CC_FOR_BUILD=$HOST_CC ;; 156 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" 207 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 407 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then 409 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ [all …]
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0011-extlinux-Use-the-host-toolchain-to-build.patch | 35 + $(CC_FOR_BUILD) $(LDFLAGS) -o $@ $^ 42 + $(CC_FOR_BUILD) $(UMAKEDEPS) $(CFLAGS) -c -o $@ $< 45 + $(CC_FOR_BUILD) $(UMAKEDEPS) $(CFLAGS) -E -o $@ $< 48 + $(CC_FOR_BUILD) $(UMAKEDEPS) $(CFLAGS) -S -o $@ $<
|
| H A D | 0004-utils-Use-the-host-toolchain-to-build.patch | 37 + $(CC_FOR_BUILD) $(UMAKEDEPS) $(CFLAGS) -c -o $@ $< 46 + $(CC_FOR_BUILD) $(LDFLAGS) -o $@ $^ -luuid 50 + $(CC_FOR_BUILD) $(LDFLAGS) -o $@ $^ 54 + $(CC_FOR_BUILD) $(LDFLAGS) -o $@ $^
|
| H A D | 0008-efi-wrapper-build-it-with-the-host-toolchain.patch | 10 built with CC_FOR_BUILD. 26 + $(CC_FOR_BUILD) $^ -o $@
|
| H A D | 0005-lzo-Use-the-host-toolchain-for-prepcore.patch | 28 + $(CC_FOR_BUILD) $(UMAKEDEPS) $(CFLAGS_FOR_BUILD) $(INCLUDES) -c -o $@ $< 38 + $(CC_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $^ $(LIBS)
|
| H A D | syslinux.mk | 66 CC_FOR_BUILD="$(HOSTCC)" \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/ |
| H A D | link-with-ldflags.patch | 10 AC_SUBST(CC_FOR_BUILD) 22 COMPILE = @CC_FOR_BUILD@ @CFLAGS_FOR_BUILD@ 23 -LINK = @CC_FOR_BUILD@ @CFLAGS_FOR_BUILD@ -o $@ 24 +LINK = @CC_FOR_BUILD@ @CFLAGS_FOR_BUILD@ @LDFLAGS_FOR_BUILD@ -o $@
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/ |
| H A D | build-tests.patch | 25 - @$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) ${LDFLAGS_FOR_BUILD} -o $@ $(SUPPORT_SRC)recho.c ${LIBS_FOR… 29 - @$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) ${LDFLAGS_FOR_BUILD} -o $@ $(SUPPORT_SRC)zecho.c ${LIBS_FOR… 33 - @$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) ${LDFLAGS_FOR_BUILD} -o $@ $(SUPPORT_SRC)printenv.c ${LIBS_… 37 - @$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) ${LDFLAGS_FOR_BUILD} -o $@ $(SUPPORT_SRC)xcase.c ${LIBS_FOR…
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | config.guess | 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 196 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 387 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then 389 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ 497 $CC_FOR_BUILD -o $dummy $dummy.c && 584 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 687 (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` 704 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | 745 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && 916 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/duma/ |
| H A D | 0001-fix-cross-compilation.patch | 25 + $(CC_FOR_BUILD) $(HOST_CFLAGS) $(DUMA_OPTIONS) createconf.o -o createconf$(EXEPOSTFIX) 34 + $(CC_FOR_BUILD) $(HOST_CFLAGS) $(DUMA_OPTIONS) -c createconf.c -o $@
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgcrypt/files/ |
| H A D | 0001-Makefile.am-add-a-missing-space.patch | 20 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ 33 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/ |
| H A D | liblbxutil_1.1.0.bb | 16 export CC_FOR_BUILD = "gcc"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/yasm/ |
| H A D | yasm_git.bb | 20 CACHED_CONFIGUREVARS = "CCLD_FOR_BUILD='${CC_FOR_BUILD}'"
|
| /OK3568_Linux_fs/buildroot/package/libxmlrpc/ |
| H A D | libxmlrpc.mk | 34 CC_FOR_BUILD="$(HOSTCC)" \
|
| /OK3568_Linux_fs/buildroot/package/haserl/ |
| H A D | 0001-add-haserl_lualib.inc.patch | 142 @USE_LUA_TRUE@ $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) $(lua2c_LDFLAGS) \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/liblbxutil-1.1.0/ |
| H A D | mkg3states-1.1.patch | 19 +CC=$(CC_FOR_BUILD)
|
| /OK3568_Linux_fs/buildroot/package/libatasmart/ |
| H A D | 0001-strpool-cross-flags.patch | 32 CC = @CC_FOR_BUILD@
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/ |
| H A D | xmlrpc-c_1.54.02.bb | 23 EXTRA_OEMAKE += "CC_FOR_BUILD='${BUILD_CC}' \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libatasmart/files/ |
| H A D | 0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch | 33 CC = @CC_FOR_BUILD@
|
| /OK3568_Linux_fs/buildroot/package/gutenprint/ |
| H A D | 0001-use-pregen-xmli18n-header.patch | 4 CC_FOR_BUILD, and not with CC_FOR_HOST.
|