Home
last modified time | relevance | path

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

12345678910

/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/buildroot/package/zip/
H A D0002-configure-Don-t-use-host-CPP.patch4 Subject: [PATCH 2/6] configure: Don't use host CPP
6 CPP is redefined if a cpp binary (/lib/cpp) is found on the host.
8 Use the CPP="${CC} -E" allows to pass the following checks:
24 CPP="${CC} -E"
26 -[ -f /usr/ccs/lib/cpp ] && CPP="/usr/ccs/lib/cpp -P"
27 -[ -f /usr/lib/cpp ] && CPP=/usr/lib/cpp
28 -[ -f /lib/cpp ] && CPP=/lib/cpp
29 -[ -f /usr/bin/cpp ] && CPP=/usr/bin/cpp
30 -[ -f /xenix ] && CPP="${CC} -E"
31 -[ -f /lynx.os ] && CPP="${CC} -E"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A Dchange_numMethods_from_bool_to_unsigned.patch6 | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp: In member function 'virtual LONG NArchive::NWim:…
7 | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:308:11: error: use of an operand of type 'bool' i…
10 | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:318:9: error: use of an operand of type 'bool' in…
19 CPP/7zip/Archive/Wim/WimHandler.cpp | 2 +-
22 diff --git a/CPP/7zip/Archive/Wim/WimHandler.cpp b/CPP/7zip/Archive/Wim/WimHandler.cpp
24 --- a/CPP/7zip/Archive/Wim/WimHandler.cpp
25 +++ b/CPP/7zip/Archive/Wim/WimHandler.cpp
H A D0001-Fix-narrowing-errors-Wc-11-narrowing.patch8 …../../../../CPP/Windows/ErrorMsg.cpp:24:10: error: case value evaluates to -2147024809, which cann…
22 CPP/Windows/ErrorMsg.cpp | 14 +++++++-------
25 diff --git a/CPP/Windows/ErrorMsg.cpp b/CPP/Windows/ErrorMsg.cpp
27 --- a/CPP/Windows/ErrorMsg.cpp
28 +++ b/CPP/Windows/ErrorMsg.cpp
H A DCVE-2017-17969.patch21 CPP/7zip/Compress/ShrinkDecoder.cpp | 5 +++++
24 diff --git a/CPP/7zip/Compress/ShrinkDecoder.cpp b/CPP/7zip/Compress/ShrinkDecoder.cpp
26 --- a/CPP/7zip/Compress/ShrinkDecoder.cpp
27 +++ b/CPP/7zip/Compress/ShrinkDecoder.cpp
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0015-Makefile.in-Ensure-build-CPP-CPPFLAGS-is-used-for-bu.patch4 Subject: [PATCH] Makefile.in: Ensure build CPP/CPPFLAGS is used for build
7 During cross compiling, CPP is being set to the target compiler even for
67 + CPP="$(CPP_FOR_BUILD)"; export CPP; \
98 + CPP="$(CPP_FOR_BUILD)"; export CPP; \
138 + CPP_FOR_BUILD="${CPP_FOR_BUILD-\$(CPP)}"
158 + CPP_FOR_BUILD="${CPP_FOR_BUILD-\$(CPP)}"
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Depat.c210 #define CPP(x) w2(4);w0(0x22);w0(0xaa);w0(0x55);w0(0);w0(0xff);\ macro
219 CPP(0); in epat_connect()
222 CPP(0x40);CPP(0xe0); in epat_connect()
232 CPP(0xe0); in epat_connect()
246 { CPP(0x30); in epat_disconnect()
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.build155 quiet_cmd_cc_i_c = CPP $(quiet_modtag) $@
156 cmd_cc_i_c = $(CPP) $(c_flags) -o $@ $<
163 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
317 $(CPP) $(a_flags) $< | \
320 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | \
335 quiet_cmd_as_s_S = CPP $(quiet_modtag) $@
336 cmd_as_s_S = $(CPP) $(a_flags) -o $@ $<
383 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DMakefile.build155 quiet_cmd_cc_i_c = CPP $(quiet_modtag) $@
156 cmd_cc_i_c = $(CPP) $(c_flags) -o $@ $<
163 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
317 $(CPP) $(a_flags) $< | \
320 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | \
335 quiet_cmd_as_s_S = CPP $(quiet_modtag) $@
336 cmd_as_s_S = $(CPP) $(a_flags) -o $@ $<
383 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.build119 quiet_cmd_cpp_i_c = CPP $(quiet_modtag) $@
120 cmd_cpp_i_c = $(CPP) $(c_flags) -o $@ $<
127 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
309 $(CPP) $(a_flags) $< | \
312 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | \
327 quiet_cmd_cpp_s_S = CPP $(quiet_modtag) $@
328 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
363 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.build119 quiet_cmd_cpp_i_c = CPP $(quiet_modtag) $@
120 cmd_cpp_i_c = $(CPP) $(c_flags) -o $@ $<
127 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
309 $(CPP) $(a_flags) $< | \
312 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | \
327 quiet_cmd_cpp_s_S = CPP $(quiet_modtag) $@
328 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
363 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.build119 quiet_cmd_cpp_i_c = CPP $(quiet_modtag) $@
120 cmd_cpp_i_c = $(CPP) $(c_flags) -o $@ $<
127 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
309 $(CPP) $(a_flags) $< | \
312 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | \
327 quiet_cmd_cpp_s_S = CPP $(quiet_modtag) $@
328 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
363 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_screenshooter/
H A DMakefile3 CPP=aarch64-linux-gcc macro
10 $(CPP) shooter.c -o $(Target) $(LIBS)
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_watchdog/
H A DMakefile3 CPP=aarch64-linux-gcc macro
10 $(CPP) watchdog.c -o $(Target) $(LIBS)
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_keytest/
H A DMakefile3 CPP=aarch64-linux-gcc macro
10 $(CPP) keytest.c -o $(Target) $(LIBS)
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_spidev_test/
H A DMakefile3 CPP=aarch64-linux-gcc macro
10 $(CPP) spidev_test.c -o $(Target) $(LIBS)
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_watchdogrestart/
H A DMakefile3 CPP=aarch64-linux-gcc macro
10 $(CPP) watchdogrestart.c -o $(Target) $(LIBS)
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_canfdtest/
H A DMakefile3 CPP=aarch64-linux-gcc macro
10 $(CPP) canfdtest.c -o $(Target) $(LIBS)
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/
H A Dzip_3.0.bb17 file://0001-configure-use-correct-CPP.patch \
35 EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.build133 quiet_cmd_cpp_i_c = CPP $(quiet_modtag) $@
134 cmd_cpp_i_c = $(CPP) $(c_flags) -o $@ $<
141 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
374 $(CPP) $(a_flags) $< | \
377 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | \
393 quiet_cmd_cpp_s_S = CPP $(quiet_modtag) $@
394 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
441 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.build133 quiet_cmd_cpp_i_c = CPP $(quiet_modtag) $@
134 cmd_cpp_i_c = $(CPP) $(c_flags) -o $@ $<
141 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
374 $(CPP) $(a_flags) $< | \
377 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | \
393 quiet_cmd_cpp_s_S = CPP $(quiet_modtag) $@
394 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
441 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
/OK3568_Linux_fs/u-boot/scripts/
H A DMakefile.build177 quiet_cmd_cc_i_c = CPP $(quiet_modtag) $@
178 cmd_cc_i_c = $(CPP) $(c_flags) -o $@ $<
184 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
306 quiet_cmd_as_s_S = CPP $(quiet_modtag) $@
307 cmd_as_s_S = $(CPP) $(a_flags) -o $@ $<
324 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/mk/
H A Dgcc.mk3 CPP$(sm) := $(CROSS_COMPILE_$(sm))cpp
22 CPP := false
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/
H A Dgcc.mk4 CPP$(sm) := $(CROSS_COMPILE_$(sm))cpp
26 CPP := false

12345678910