Home
last modified time | relevance | path

Searched refs:Wp (Results 1 – 25 of 882) sorted by relevance

12345678910>>...36

/OK3568_Linux_fs/kernel/tools/build/
H A DBuild.include94 c_flags_1 = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(CFLAGS) -D"BUILD_STR(s)=\#s" $(CFLAGS_$(basetarget).o) …
97 cxx_flags = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(CXXFLAGS) -D"BUILD_STR(s)=\#s" $(CXXFLAGS_$(basetarget)…
102 host_c_flags = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(KBUILD_HOSTCFLAGS) -D"BUILD_STR(s)=\#s" $(HOSTCFLAGS…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Ddtoa.h119 DiyFp Wp = w_p * c_mk; in Grisu2() local
122 Wp.f--; in Grisu2()
123 DigitGen(W, Wp, Wp.f - Wm.f, buffer, length, K); in Grisu2()
/OK3568_Linux_fs/kernel/arch/um/scripts/
H A DMakefile.rules12 …c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -inclu…
19 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/
H A DUse-cross-cpp-in-incdefs.patch22 - dirs=$(echo "" | ${CROSS_COMPILE}cpp -Wp,-v 2>&1 >/dev/null | grep ^" /")
23 + dirs=$(${CPP} -Wp,-v -xc /dev/null 2>&1 >/dev/null | grep ^" /")
/OK3568_Linux_fs/u-boot/scripts/
H A DMakefile.lib155 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \
159 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \
162 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \
H A DMakefile.host87 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags)
88 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.lib154 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
159 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
162 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
169 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
H A DMakefile.host78 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags)
79 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.lib154 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
159 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
162 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
169 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
H A DMakefile.host78 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags)
79 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DMakefile.lib156 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
160 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
163 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
168 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
H A DMakefile.host79 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags)
80 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.lib156 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
160 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
163 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
168 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
H A DMakefile.host79 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags)
80 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/
H A D0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch13 cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fe…
/OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso32/
H A DMakefile182 cmd_vdsocc = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_CFLAGS) -c -o $@ $<
184 …cmd_vdsocc_gettimeofday = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_CFLAGS) $(VDSO_CFLAGS_gettimeofda…
186 cmd_vdsoas = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_AFLAGS) -c -o $@ $<
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0024-RH-use-rpm-optflags-if-present.patch40 + -Wp,-D_FORTIFY_SOURCE=2 -fexceptions \
59 CPPFLAGS := -Wp,-D_FORTIFY_SOURCE=2
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.host83 hostc_flags = -Wp,-MMD,$(depfile) $(_hostc_flags)
84 hostcxx_flags = -Wp,-MMD,$(depfile) $(_hostcxx_flags)
H A DMakefile.lib218 c_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
223 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
226 cpp_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
233 dtc_cpp_flags = -Wp,-MMD,$(depfile).pre.tmp -nostdinc \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.host83 hostc_flags = -Wp,-MMD,$(depfile) $(_hostc_flags)
84 hostcxx_flags = -Wp,-MMD,$(depfile) $(_hostcxx_flags)
H A DMakefile.lib218 c_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
223 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
226 cpp_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
233 dtc_cpp_flags = -Wp,-MMD,$(depfile).pre.tmp -nostdinc \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.host83 hostc_flags = -Wp,-MMD,$(depfile) $(_hostc_flags)
84 hostcxx_flags = -Wp,-MMD,$(depfile) $(_hostcxx_flags)
H A DMakefile.lib218 c_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
223 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
226 cpp_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
233 dtc_cpp_flags = -Wp,-MMD,$(depfile).pre.tmp -nostdinc \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/wget/wget/
H A D0002-improve-reproducibility.patch24 -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
26 Link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/lockfile-progs/
H A Dlockfile-progs_0.1.19.bb15 …oe_runmake CFLAGS=' -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=…

12345678910>>...36