Home
last modified time | relevance | path

Searched refs:OPTFLAGS (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0004-RH-use-rpm-optflags-if-present.patch31 -OPTFLAGS := -O2 -g $(STACKPROT) --param=ssp-buffer-size=4
33 + OPTFLAGS := -O2 -g $(STACKPROT) --param=ssp-buffer-size=4
35 + OPTFLAGS = $(RPM_OPT_FLAGS)
37 +OPTFLAGS += -Wextra -Wstrict-prototypes -Wformat=0 -Werror=implicit-int \
48 -CFLAGS := -std=gnu99 $(CFLAGS) $(OPTFLAGS) $(WARNFLAGS) -pipe
49 +CFLAGS := -std=gnu99 $(CFLAGS) $(OPTFLAGS) -pipe
H A D0009-multipath-tools-modify-create-config.mk-for-cross-co.patch8 using the OPTFLAGS variable.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A Ddo_not_override_compiler_and_do_not_strip.patch25 -OPTFLAGS=-O -s
26 +OPTFLAGS=-O
28 ALLFLAGS=${OPTFLAGS} -pipe \
30 @@ -10,8 +10,6 @@ ALLFLAGS=${OPTFLAGS} -pipe \
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklibc.inc34 OPTFLAGS = "${TUNE_CCARGS} -Os -fcommon"
35 OPTFLAGS:append = " ${DEBUG_PREFIX_MAP}"
36 OPTFLAGS:append:toolchain-clang = " -fno-builtin-bcmp"
37 OPTFLAGS:append:toolchain-clang:mipsarch = " -no-integrated-as"
49 'KLIBCOPTFLAGS=${OPTFLAGS}' \
/openbmc/linux/lib/raid6/test/
H A DMakefile11 OPTFLAGS = -O2 macro
12 CFLAGS = -I.. -I ../../../include -g $(OPTFLAGS)
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0010-Workaround-multiple-definition-of-symbol-errors.patch95 OPTFLAGS = -g
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/
H A Discsi-initiator-utils_2.1.8.bb42 OPTFLAGS="-DNO_SYSTEMD ${CFLAGS}" \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/
H A Dmultipath-tools_0.9.8.bb74 OPTFLAGS="${CFLAGS}" \