| /openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0001-configure-use-correct-CPP.patch | 4 Subject: [PATCH 1/2] configure: use correct CPP 6 configure uses CPP to test that two assembler routines 25 CPP="${CC} -E" 27 +# We should not change CPP for yocto builds. 30 -[ -f /usr/ccs/lib/cpp ] && CPP="/usr/ccs/lib/cpp -P" 31 -[ -f /usr/lib/cpp ] && CPP=/usr/lib/cpp 32 -[ -f /lib/cpp ] && CPP=/lib/cpp 33 -[ -f /usr/bin/cpp ] && CPP=/usr/bin/cpp 34 -[ -f /xenix ] && CPP="${CC} -E" 35 -[ -f /lynx.os ] && CPP="${CC} -E" [all …]
|
| H A D | 0002-configure-support-PIC-code-build.patch | 20 @@ -242,8 +242,9 @@ if eval "$CPP match.S > _match.s 2>/dev/null"; then
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/ |
| H A D | 0001-support-yocto-cross-compiling.patch | 20 CPP/7zip/7zip_gcc.mak | 2 +- 21 CPP/7zip/var_gcc.mak | 2 -- 24 --- a/CPP/7zip/7zip_gcc.mak 25 +++ b/CPP/7zip/7zip_gcc.mak 35 --- a/CPP/7zip/var_gcc.mak 36 +++ b/CPP/7zip/var_gcc.mak 45 --- a/CPP/7zip/var_clang.mak 46 +++ b/CPP/7zip/var_clang.mak
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/ |
| H A D | 7zip_24.09.bb | 36 oe_runmake -C CPP/7zip/Bundles/Alone2 -f ${MAKEFILE} 37 oe_runmake -C CPP/7zip/Bundles/Format7zF -f ${MAKEFILE} 38 oe_runmake -C CPP/7zip/UI/Console -f ${MAKEFILE} 39 oe_runmake -C CPP/7zip/Bundles/SFXCon -f ${MAKEFILE} 40 oe_runmake -C CPP/7zip/Bundles/Alone -f ${MAKEFILE} 41 oe_runmake -C CPP/7zip/Bundles/Alone7z -f ${MAKEFILE} 54 install -m 0755 ${S}/CPP/7zip/Bundles/Alone/b/${INSTALLDIR}/7za ${D}${bindir} 55 install -m 0755 ${S}/CPP/7zip/Bundles/Alone7z/b/${INSTALLDIR}/7zr ${D}${bindir} 56 install -m 0755 ${S}/CPP/7zip/UI/Console/b/${INSTALLDIR}/7z ${D}${bindir}/7z.real 60 install -m 0755 ${S}/CPP/7zip/Bundles/Format7zF/b/${INSTALLDIR}/7z.so ${D}${libdir}/lib7z.so [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana/ |
| H A D | 0001-Makefile.am-fix-build-with-separate-build-dir.patch | 20 - $(CPP) $(CPPFLAGS) -I$(top_srcdir)/src $(DEFS) $(top_srcdir)/showconfig.c | grep "==>" 21 + $(CPP) $(CPPFLAGS) -I$(top_builddir)/src -I$(top_srcdir)/src $(DEFS) $(top_srcdir)/showconfig.c |…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/ |
| H A D | 0001-configure.ac-check-for-CPP-prog.patch | 4 Subject: [PATCH] configure.ac: check for CPP prog 7 | checking TCP_CONGESTION socket option... ../git/configure: line 14427: CPP: command not found
|
| /openbmc/openbmc/poky/meta/recipes-extended/zip/ |
| H A D | zip_3.0.bb | 16 file://0001-configure-use-correct-CPP.patch \ 34 EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \
|
| /openbmc/u-boot/tools/scripts/ |
| H A D | define2mk.sed | 2 # Sed script to parse CPP macros and generate output usable by make 6 # list of CPP macros (and whitespace is sanitized)
|
| /openbmc/u-boot/scripts/ |
| H A D | Makefile.build | 175 quiet_cmd_cc_i_c = CPP $(quiet_modtag) $@ 176 cmd_cc_i_c = $(CPP) $(c_flags) -o $@ $< 182 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \ 304 quiet_cmd_as_s_S = CPP $(quiet_modtag) $@ 305 cmd_as_s_S = $(CPP) $(a_flags) -o $@ $< 322 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
|
| H A D | Makefile.autoconf | 29 CPP = $(CC) -E 69 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM $(srctree)/include/common.h > $@.tmp && { \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
| H A D | fix-preprocessor.patch | 8 +${CPP} -include jpeglib.h -dM -E -x c /dev/null | grep 'define JPEG_LIB_VERSION' | cut -f 3 -d' '
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/live555/live555/ |
| H A D | config.linux-cross | 5 CPP = cpp
|
| /openbmc/u-boot/arch/arm/mach-imx/ |
| H A D | Makefile | 97 cmd_cpp_cfg = $(CPP) $(cpp_flags) -x c -o $@ $< 110 SPL_DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o spl/u-boot-spl.cfgout $(srctree)/$(IMX_CO… 111 DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o u-boot-dtb.cfgout $(srctree)/$(IMX_CONFIG); i… 115 DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o spl/u-boot-spl.cfgout $(srctree)/$(IMX_CONFIG…
|
| /openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/ |
| H A D | meson-wrapper | 14 unset CC CXX CPP LD AR NM STRIP
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/jasper/ |
| H A D | jasper_4.2.4.bb | 14 JAS_STDC_VERSION="$(echo __STDC_VERSION__ | ${CPP} -E -P -)"
|
| /openbmc/openbmc/poky/meta/conf/toolchain/ |
| H A D | gcc.inc | 4 CPP = "${HOST_PREFIX}gcc -E${TOOLCHAIN_OPTIONS} ${HOST_CC_ARCH}"
|
| H A D | clang.inc | 4 CPP = "${CCACHE}${HOST_PREFIX}clang ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS} -E"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/ |
| H A D | iperf3_3.18.bb | 17 file://0001-configure.ac-check-for-CPP-prog.patch \
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/poison/ |
| H A D | poison.bb | 15 "Preprocessor": "${CPP} -I/usr/include -",
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | 0004-nss-disable-Wvarargs-with-clang.patch | 20 https://www.securecoding.cert.org/confluence/display/cplusplus/EXP58-CPP.+Pass+an+object+of+the+cor…
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | cross.bbclass | 86 export CPP = "${BUILD_CPP}"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/ |
| H A D | nana_git.bb | 38 sed -i -e 's:@CPP@:\$\{CXX\} \$\{CXXFLAGS\} \-E:g' ${S}/src/nana.in
|
| /openbmc/entity-manager/schemas/ |
| H A D | README.md | 13 To remain consistent with the OpenBMC CPP source code file name guidelines,
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | lzma.txt | 40 CPP/7zip/Bundles/LzmaCon 83 CPP/ -- CPP files 581 So 7-Zip uses "CPP\Common\NewHandler.cpp" that redefines "new" operator:
|
| /openbmc/openbmc/meta-security/recipes-security/isic/files/ |
| H A D | configure_fix.patch | 171 # On Suns, sometimes $CPP names a directory.
|