/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
H A D | 0001-Do-not-overwrite-all-our-build-flags.patch | 26 set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") 27 set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG") 28 set(CMAKE_CXX_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline") 33 set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") 34 set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG") 42 set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") 43 set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG") 44 # clang does not support -fno-reorder-blocks -fno-schedule-insns, so do not use -O2 50 set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") 51 set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG") [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/ |
H A D | 0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch | 17 @@ -29,7 +29,7 @@ OPT_FLAGS := -O2 19 …e -m`" != "sparc64" ] && [ "`uname -m`" != "x86_64" ]; then echo "-O2" ; else echo "-O2 -m64" ; fi)
|
H A D | 0001-make-Define-SBINDIR-flag.patch | 24 OPT_FLAGS := -O2 26 …e -m`" != "sparc64" ] && [ "`uname -m`" != "x86_64" ]; then echo "-O2" ; else echo "-O2 -m64" ; fi)
|
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/ |
H A D | no-werror.patch | 11 @@ -187,7 +187,7 @@ CFLAGS += $(ARCH3264) -g -O2 -Wall -Wex 15 -CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Wno-pointer-sign -Werror \ 16 +CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Wno-pointer-sign \
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/unionfs-fuse/files/ |
H A D | 0001-support-cross-compiling.patch | 26 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g") 27 -SET(CMAKE_C_FLAGS_RELEASE "-O2") 28 +SET(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2")
|
/openbmc/linux/arch/powerpc/tools/ |
H A D | gcc-check-mprofile-kernel.sh | 18 $* -m64 -S -x c -O2 -p -mprofile-kernel - -o - \ 24 $* -m64 -S -x c -O2 -p -mprofile-kernel - -o - \
|
H A D | gcc-check-fpatchable-function-entry.sh | 17 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \ 22 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
H A D | makefile.patch | 9 -CC = gcc -Wall -O2 -I. 10 +CFLAGS = -Wall -O2 -I.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/ |
H A D | 0001-Remove-fcf-protection-full.patch | 21 @@ -43,7 +43,7 @@ CFLAGS += -D_GNU_SOURCE -O2 -ggdb \ 32 @@ -15,7 +15,7 @@ CFLAGS += -D_GNU_SOURCE -O2 -ggdb \ 43 @@ -15,7 +15,7 @@ CFLAGS += -D_GNU_SOURCE -O2 -ggdb \ 54 @@ -80,8 +80,8 @@ CFLAGS += -D_GNU_SOURCE -O2 -ggdb \
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | Makefile.target | 55 rxsbg: CFLAGS+=-O2 72 $(Z13_TESTS): CFLAGS+=-march=z13 -O2 78 $(Z14_TESTS): CFLAGS+=-march=z14 -O2 87 $(Z15_TESTS): CFLAGS+=-march=z15 -O2
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_32.h | 25 #define O2 0x0a macro 35 #define r_X O2
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libleak/libleak/ |
H A D | 0001-respect-environment-variables.patch | 16 -CFLAGS = -g -O2 -Wall -fPIC -Ilibwuya 18 +CFLAGS += -g -O2 -Wall -fPIC -Ilibwuya
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/ |
H A D | cross_compile.patch | 20 -LCFLAGS = -g -O2 -fPIC -Wall -pipe -D_REENTRANT 24 +LCFLAGS ?= -g -O2 -fPIC -Wall -pipe -D_REENTRANT
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
H A D | 07_buildflags.diff | 28 - CXXFLAGS+=-O2 29 - CFLAGS+=-O2
|
/openbmc/linux/sound/mips/ |
H A D | Kconfig | 14 tristate "SGI O2 Audio" 18 Sound support for the SGI O2 Workstation.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0001-tests-makefile-Append-CPPFLAGS-rather-then-override.patch | 22 -CFLAGS = -O2 -Wall -g 24 +CFLAGS += -O2 -Wall -g
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-create_empty_library-Use-CC-variable-intead-of-hardc.patch | 22 -gcc -O2 -shared -fPIC "$tmpdir/lib.c" -Wl,-version-script="$2" -Wl,-soname="$libbase.so.$version1"… 23 +$CC -O2 -shared -fPIC "$tmpdir/lib.c" -Wl,-version-script="$2" -Wl,-soname="$libbase.so.$version1"…
|
/openbmc/linux/samples/hid/ |
H A D | Makefile | 44 TPROGS_CFLAGS += -Wall -O2 89 $(CLANG) --target=bpf -O2 -g -c -x c - -o ./llvm_btf_verify.o; \ 201 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \ 245 -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \ 246 $(OPT) -O2 -mtriple=bpf-pc-linux | $(LLVM_DIS) | \
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | Makefile | 7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program 8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ |
H A D | 0001-make-Make-CC-weak-assignment.patch | 22 -CFLAGS = -g -O2 -Wall -W -Werror=format-security 24 +CFLAGS += -g -O2 -Wall -W -Werror=format-security
|
/openbmc/linux/arch/arm/vdso/ |
H A D | Makefile | 31 CFLAGS_vgettimeofday.o = -O2 33 CFLAGS_vgettimeofday.o = -O2 -include $(c-gettimeofday-y)
|
/openbmc/qemu/docs/spin/ |
H A D | aio_notify.promela | 15 * gcc -O2 pan.c 20 * gcc -O2 pan.c
|
/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/ |
H A D | 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch | 4 Subject: [PATCH] libgcrypt: fix building error with '-O2' in sysroot path 8 Characters like '-O2' or '-Ofast' will be replaced by '-O1' when
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libatasmart/files/ |
H A D | 0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch | 15 …rpool -I.. -isystem../build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -O2 -pipe -g -fstac…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/ |
H A D | 0003-mbedtls-Do-not-overwrite-CFLAGS.patch | 21 - set(CMAKE_C_FLAGS_RELEASE "-O2") 30 - set(CMAKE_C_FLAGS_RELEASE "-O2")
|