Home
last modified time | relevance | path

Searched refs:CPP (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-use-correct-CPP.patch4 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 D0002-configure-support-PIC-code-build.patch20 @@ -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 D0001-support-yocto-cross-compiling.patch20 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 D7zip_24.09.bb36 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
/openbmc/linux/drivers/ata/pata_parport/
H A Depat.c218 #define CPP(x) \ macro
232 CPP(0); in epat_connect()
235 CPP(0x40); CPP(0xe0); in epat_connect()
249 CPP(0xe0); in epat_connect()
267 CPP(0x30); in epat_disconnect()
/openbmc/openbmc/poky/meta/recipes-extended/zip/
H A Dzip_3.0.bb16 file://0001-configure-use-correct-CPP.patch \
34 EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana/
H A D0001-Makefile.am-fix-build-with-separate-build-dir.patch20 - $(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/linux/scripts/
H A DMakefile.build118 quiet_cmd_cpp_i_c = CPP $(quiet_modtag) $@
119 cmd_cpp_i_c = $(CPP) $(c_flags) -o $@ $<
130 cmd_gensymtypes_c = $(CPP) -D__GENKSYMS__ $(c_flags) $< | $(genksyms)
332 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | $(genksyms)
341 quiet_cmd_cpp_s_S = CPP $(quiet_modtag) $@
342 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
369 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
H A Dxen-hypercalls.sh8 eval $CPP $LINUXINCLUDE -dD -imacros "$i" -x c /dev/null
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/
H A D0001-configure.ac-check-for-CPP-prog.patch4 Subject: [PATCH] configure.ac: check for CPP prog
7 | checking TCP_CONGESTION socket option... ../git/configure: line 14427: CPP: command not found
/openbmc/u-boot/scripts/
H A DMakefile.build175 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 DMakefile.autoconf29 CPP = $(CC) -E
69 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM $(srctree)/include/common.h > $@.tmp && { \
/openbmc/u-boot/tools/scripts/
H A Ddefine2mk.sed2 # Sed script to parse CPP macros and generate output usable by make
6 # list of CPP macros (and whitespace is sanitized)
/openbmc/u-boot/arch/arm/mach-imx/
H A DMakefile97 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/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dfix-preprocessor.patch8 +${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 Dconfig.linux-cross5 CPP = cpp
/openbmc/linux/scripts/gdb/linux/
H A DMakefile18 $(CPP) -E -x c -P $(c_flags) $< > $@ ;\
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A Dmeson-wrapper14 unset CC CXX CPP LD AR NM STRIP
/openbmc/linux/arch/xtensa/kernel/
H A DMakefile42 cmd__cpp_lds_S = $(CPP) $(cpp_flags) -P -C -Uxtensa -D__ASSEMBLY__ \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/jasper/
H A Djasper_4.2.4.bb14 JAS_STDC_VERSION="$(echo __STDC_VERSION__ | ${CPP} -E -P -)"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/
H A Diperf3_3.17.1.bb17 file://0001-configure.ac-check-for-CPP-prog.patch \
/openbmc/openbmc/poky/meta-selftest/recipes-test/poison/
H A Dpoison.bb15 "Preprocessor": "${CPP} -I/usr/include -",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0004-nss-disable-Wvarargs-with-clang.patch20 https://www.securecoding.cert.org/confluence/display/cplusplus/EXP58-CPP.+Pass+an+object+of+the+cor…
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcross.bbclass86 export CPP = "${BUILD_CPP}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/
H A Dnana_git.bb38 sed -i -e 's:@CPP@:\$\{CXX\} \$\{CXXFLAGS\} \-E:g' ${S}/src/nana.in

123