Home
last modified time | relevance | path

Searched refs:AM_CFLAGS (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch52 +annotate_hbefore_CFLAGS = $(AM_CFLAGS)
53 +tc07_hbl1_CFLAGS = $(AM_CFLAGS)
54 +tc08_hbl2_CFLAGS = $(AM_CFLAGS)
56 annotate_hbefore_CFLAGS = $(AM_CFLAGS)
57 tc07_hbl1_CFLAGS = $(AM_CFLAGS)
77 v8memory_t_CFLAGS = $(AM_CFLAGS) -g -O0 \
81 +vfp_CFLAGS = $(AM_CFLAGS) -g -O0 \
87 +neon128_CFLAGS = $(AM_CFLAGS) -g -O0 \
92 +neon64_CFLAGS = $(AM_CFLAGS) -g -O0 \
99 +ldrt_CFLAGS = $(AM_CFLAGS) -g -mthumb
[all …]
H A Duse-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch29 @@ -62,8 +62,10 @@ neon64_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a8 \
33 -intdiv_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a15 -mthumb
34 +intdiv_CFLAGS = $(AM_CFLAGS) -g -march=armv7ve -mcpu=cortex-a15 -mthumb
35 ldrt_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a8 -mthumb
36 ldrt_arm_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a8 -marm
38 -vfpv4_fma_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a15 -mfpu=vfpv4 -marm
39 +vcvt_fixed_float_VFP_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a8 -mfpu=vfpv3
41 +vfpv4_fma_CFLAGS = $(AM_CFLAGS) -g -O0 -march=armv7ve -mcpu=cortex-a15 -mfpu=vfpv4 -marm
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3008-vo-Makefile.am-exclude-libgl_plugin.patch30 -libgles2_plugin_la_CFLAGS = $(AM_CFLAGS) $(GLES2_CFLAGS) -DUSE_OPENGL_ES2 $(OPENGL_COMMONCLFAGS)
38 -libgl_plugin_la_CFLAGS = $(AM_CFLAGS) $(GL_CFLAGS) $(OPENGL_COMMONCLFAGS)
48 -libglconv_vaapi_wl_plugin_la_CFLAGS = $(AM_CFLAGS) $(GL_CFLAGS) -DHAVE_VA_WL $(LIBVA_WL_CFLAGS)
53 -libglconv_vaapi_x11_plugin_la_CFLAGS = $(AM_CFLAGS) -DHAVE_VA_X11
58 -libglconv_vaapi_drm_plugin_la_CFLAGS = $(AM_CFLAGS) -DHAVE_VA_DRM
64 -libglconv_vdpau_plugin_la_CFLAGS = $(AM_CFLAGS) $(VDPAU_CFLAGS)
H A D3007-remove-xorg-related-link-libs.patch28 libmmal_vout_plugin_la_CFLAGS = $(AM_CFLAGS)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Ddiscard-use-of-dnl-in-Makefile.am.patch25 -dnl AM_CFLAGS = -Wall -DDEBUG
26 +##dnl AM_CFLAGS = -Wall -DDEBUG
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/
H A D0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch24 -AM_CFLAGS = $(MAYBE_COVERAGE) $(MAYBE_DEBUG) $(MAYBE_TRACE)
25 +AM_CFLAGS = $(MAYBE_COVERAGE) $(MAYBE_DEBUG) $(MAYBE_TRACE) -I$(srcdir)/inc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/
H A D0001-build-don-t-link-against-host-system-libraries.patch23 AM_CFLAGS = -Wall
37 AM_CFLAGS = -Wall -Wno-invalid-source-encoding
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/
H A D0001-make-Add-compiler-includes-in-cflags.patch26 -kexecboot_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS)
27 +kexecboot_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) -I$(shell $(CC) -print-file-name=include)
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0004-Point-scripts-location-to-libdir.patch18 @@ -51,7 +51,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS)
31 @@ -584,7 +584,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS)
H A D0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch44 AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS)
57 AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/
H A D0001-dns_hosts-Fix-build-with-musl.patch26 -AM_CFLAGS = -D_REENTRANT=1 @WARNFLAGS@
27 +AM_CFLAGS = -D_GNU_SOURCE -D_REENTRANT=1 @WARNFLAGS@
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/
H A D0001-Makefile.am-update-rpath-link.patch27 AM_CFLAGS='$(AM_CFLAGS)' \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/
H A D0001-cmake-remove-build-flags.patch49 AM_CFLAGS: @AM_CFLAGS@
/openbmc/linux/tools/usb/usbip/src/
H A DMakefile.am3 AM_CFLAGS = @EXTRA_CFLAGS@ macro
/openbmc/phosphor-mboxd/
H A DMakefile.am33 AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/
H A D0001-build-use-autotools.patch223 +AM_CFLAGS = -D'__VERSION="${VERSION}"' "-I$(top_srcdir)/include"
224 +AM_CFLAGS += -std=gnu99 -Wall -Wundef -Wshadow -Wformat-security
225 +AM_CFLAGS += $(X11_CFLAGS)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-configure-Disable-format-overflow-if-supported-by-gc.patch28 -AM_CFLAGS = -pipe -std=gnu11 @OSAF_HARDEN_FLAGS@ -Wall -Wformat=2 -Werror
30 +AM_CFLAGS = -pipe -std=gnu11 @OSAF_HARDEN_FLAGS@ -Wall -Wformat=2 -Werror @NOWARNINGS@
34 AM_CFLAGS += --coverage
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A D0001-configure-Check-for-Wno-error-format-truncation-comp.patch32 +AX_CHECK_COMPILE_FLAG([-Werror -Werror=format-truncation],[AM_CFLAGS="$AM_CFLAGS -Wno-error=format…
34 AC_SUBST([AM_CFLAGS])
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/
H A D0001-Makefile.am-Specify-export-dynamic-directly-to-linke.patch21 AM_CFLAGS += -fomit-frame-pointer
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi-linkfix.patch28 AM_CFLAGS = @OPENIPMI_CFLAGS@
/openbmc/hiomapd/
H A DMakefile.am46 AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/sessreg/
H A D0001-Makefile.am-Error-Fix.patch30 AM_CFLAGS = $(CWARNFLAGS) $(SESSREG_CFLAGS)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A D0001-Makefile.am-do-not-install-etc-ethertypes.patch24 @@ -26,7 +26,6 @@ AM_CFLAGS = ${regular_CFLAGS}
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Dparallel.patch21 @@ -58,6 +58,10 @@ AM_CFLAGS = @WARN_CFLAGS@
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/
H A D0001-Fix-implicit-fallthrough-warning.patch27 AM_CFLAGS="-std=gnu99 -Wall -Wextra -Werror -pedantic"
29 AM_CFLAGS="$AM_CFLAGS -O2 -g3"

12