Home
last modified time | relevance | path

Searched refs:CC_FOR_BUILD (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0015-Makefile.in-Ensure-build-CPP-CPPFLAGS-is-used-for-bu.patch64 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 D0001-cross-compile.patch20 +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 Dapr.mk28 CC_FOR_BUILD="$(HOSTCC)" \
/OK3568_Linux_fs/buildroot/package/apache/
H A D0001-cross-compile.patch21 +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 Dconfig.guess111 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 Dconfig.guess111 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 D0011-extlinux-Use-the-host-toolchain-to-build.patch35 + $(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 D0004-utils-Use-the-host-toolchain-to-build.patch37 + $(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 D0008-efi-wrapper-build-it-with-the-host-toolchain.patch10 built with CC_FOR_BUILD.
26 + $(CC_FOR_BUILD) $^ -o $@
H A D0005-lzo-Use-the-host-toolchain-for-prepcore.patch28 + $(CC_FOR_BUILD) $(UMAKEDEPS) $(CFLAGS_FOR_BUILD) $(INCLUDES) -c -o $@ $<
38 + $(CC_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $^ $(LIBS)
H A Dsyslinux.mk66 CC_FOR_BUILD="$(HOSTCC)" \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A Dlink-with-ldflags.patch10 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 Dbuild-tests.patch25 - @$(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 Dconfig.guess152 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 D0001-fix-cross-compilation.patch25 + $(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 D0001-Makefile.am-add-a-missing-space.patch20 $(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 Dliblbxutil_1.1.0.bb16 export CC_FOR_BUILD = "gcc"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/yasm/
H A Dyasm_git.bb20 CACHED_CONFIGUREVARS = "CCLD_FOR_BUILD='${CC_FOR_BUILD}'"
/OK3568_Linux_fs/buildroot/package/libxmlrpc/
H A Dlibxmlrpc.mk34 CC_FOR_BUILD="$(HOSTCC)" \
/OK3568_Linux_fs/buildroot/package/haserl/
H A D0001-add-haserl_lualib.inc.patch142 @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 Dmkg3states-1.1.patch19 +CC=$(CC_FOR_BUILD)
/OK3568_Linux_fs/buildroot/package/libatasmart/
H A D0001-strpool-cross-flags.patch32 CC = @CC_FOR_BUILD@
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/
H A Dxmlrpc-c_1.54.02.bb23 EXTRA_OEMAKE += "CC_FOR_BUILD='${BUILD_CC}' \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libatasmart/files/
H A D0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch33 CC = @CC_FOR_BUILD@
/OK3568_Linux_fs/buildroot/package/gutenprint/
H A D0001-use-pregen-xmli18n-header.patch4 CC_FOR_BUILD, and not with CC_FOR_HOST.

12