Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/mongrel2/
H A D0002-Fix-Makefiles-for-cross-compilation.patch31 CFLAGS += ${OPTFLAGS}
40 -CFLAGS=-I../../src -I../../src/mbedtls/include $(OPTFLAGS) -fPIC -shared -nostartfiles -L../../bui…
41 +override CFLAGS=-I../../src -I../../src/mbedtls/include $(OPTFLAGS) -fPIC -shared -nostartfiles -L…
51 -CFLAGS=-I../../src -I../../src/mbedtls/include $(OPTFLAGS) -g -fPIC -shared -nostartfiles -L../../…
52 +override CFLAGS=-I../../src -I../../src/mbedtls/include $(OPTFLAGS) -g -fPIC -shared -nostartfiles…
61 -CFLAGS=-DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall $(OPTFLAGS)
62 +override CFLAGS=-DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall $(OPTFLAGS)
71 -CFLAGS=-DNDEBUG -pthread -g -I../../src -Wall $(OPTFLAGS)
72 +override CFLAGS=-DNDEBUG -pthread -g -I../../src -Wall $(OPTFLAGS)
H A D0001-Do-not-run-tests.patch21 …MAKEOPTS=OPTFLAGS="${NOEXTCFLAGS} ${OPTFLAGS}" OPTLIBS="${OPTLIBS}" LIBS="${LIBS}" DESTDIR="${DEST…
26 dev: CFLAGS=-g -Wall -Isrc -Wall -Wextra $(OPTFLAGS) -D_FILE_OFFSET_BITS=64
39 dev: CFLAGS=-g -Wall -Wextra -Isrc -I../../src $(OPTFLAGS)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0024-RH-use-rpm-optflags-if-present.patch39 + OPTFLAGS = -O2 -g -pipe -Wall -Werror=format-security \
44 + OPTFLAGS += -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
47 + OPTFLAGS = $(RPM_OPT_FLAGS)
49 +OPTFLAGS += -Wextra -Wstrict-prototypes -Wformat=2 -Werror=implicit-int \
54 -OPTFLAGS = -O2 -g -pipe -Werror -Wall -Wextra -Wformat=2 -Werror=implicit-int \
60 CFLAGS := $(OPTFLAGS) -DBIN_DIR=\"$(bindir)\" -DLIB_STRING=\"${LIB}\" -DRUN_DIR=\"${RUN}\" \
H A D0001-multipath-tools-use-run-instead-of-dev-shm.patch68 @@ -95,7 +97,10 @@ OPTFLAGS += -Wextra -Wstrict-prototypes -Wformat=2 -Werror=implicit-int \
77 CFLAGS := $(OPTFLAGS) -DBIN_DIR=\"$(bindir)\" -DLIB_STRING=\"${LIB}\" -DRUN_DIR=\"${RUN}\" \
H A D0029-multipath-tools-modify-Makefile.inc-for-cross-compil.patch7 using the OPTFLAGS variable.
/OK3568_Linux_fs/yocto/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 \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklibc.inc35 OPTFLAGS = "${TUNE_CCARGS} -Os -fcommon"
36 OPTFLAGS:append:toolchain-clang = " -fno-builtin-bcmp"
37 OPTFLAGS:append:toolchain-clang:mipsarch = " -no-integrated-as"
49 'KLIBCOPTFLAGS=${OPTFLAGS}' \
/OK3568_Linux_fs/buildroot/package/liblinear/
H A D0001-blas-don-t-overwrite-ar-options.patch25 @@ -8,7 +8,7 @@ CFLAGS = $(OPTFLAGS)
26 FFLAGS = $(OPTFLAGS)
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A D0011-extlinux-Use-the-host-toolchain-to-build.patch20 OPTFLAGS = -g -Os
24 $(OPTFLAGS) $(INCLUDES)
H A D0016-Workaround-multiple-definition-of-symbol-errors.patch95 OPTFLAGS = -g
/OK3568_Linux_fs/kernel/lib/raid6/test/
H A DMakefile10 OPTFLAGS = -O2 # Adjust as desired macro
11 CFLAGS = -I.. -I ../../../include -g $(OPTFLAGS)
/OK3568_Linux_fs/buildroot/package/multipath-tools/
H A Dmultipath-tools.mk26 OPTFLAGS="" \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0010-Workaround-multiple-definition-of-symbol-errors.patch84 OPTFLAGS = -g
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/
H A Discsi-initiator-utils_2.1.6.bb42 OPTFLAGS="-DNO_SYSTEMD ${CFLAGS}" \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/
H A Dmultipath-tools_0.8.4.bb79 OPTFLAGS="${CFLAGS}" \