| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgcrypt/files/ |
| H A D | 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch | 8 Characters like '-O2' or '-Ofast' will be replaced by '-O1' when 35 -o_flag_munging = sed -e 's/-O\([2-9sg][2-9sg]*\)/-O1/' -e 's/-Ofast/-O1/g' 36 +o_flag_munging = sed -e 's/ -O\([2-9sg][2-9sg]*\) / -O1 /' -e 's/ -Ofast / -O1 /g'
|
| H A D | 0003-tests-bench-slope.c-workaround-ICE-failure-on-mips-w.patch | 28 2. Only -O1 and -g on mips caused the issue: 29 $ mips-poky-linux-gcc -O1 -g -o mipgcc-test mipgcc-test.c
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/maliit/maliit-framework-qt5/ |
| H A D | 0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch | 6 Subject: [PATCH] config.pri: Use -O1 optimization in DEBUG flags 11 O1 is a good compromise between debug quality and 30 +QMAKE_CXXFLAGS_DEBUG+=-Werror -O1 31 +QMAKE_CFLAGS_DEBUG+=-Werror -O1
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_32.h | 24 #define O1 0x09 macro 34 #define r_A O1
|
| H A D | bpf_jit_64.h | 13 #define O1 0x09 macro
|
| /OK3568_Linux_fs/buildroot/package/openblas/ |
| H A D | 0003-Makefile-also-consider-Os-when-determining-LAPACK_NO.patch | 24 -LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast,$(LAPACK_FFLAGS)) 25 +LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast -O -Og -Os,$(LAPACK_FFLAGS))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/ |
| H A D | systemtap_git.inc | 23 bb.fatal("systemtap can't be built with -O0, using -O1 -Wno-error or -O1 instead.")
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | 0001-Revert-ld.hugetlbfs-fix-Ttext-segment-argument-on-AA.patch | 19 -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -Wl,-O1 26 -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -Wl,-O1 31 -B./obj32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now 36 -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -Wl,-O1 43 -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -Wl,-O1 48 -B./obj32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | security_flags.inc | 11 # _FORTIFY_SOURCE requires -O1 or higher, so disable in debug builds as they use 13 OPTLEVEL = "${@bb.utils.filter('SELECTED_OPTIMIZATION', '-O0 -O1 -O2 -O3 -Ofast -Og -Os -Oz -O', d)…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
| H A D | 0005-libucsi-optimization-removal.patch | 9 +#pragma GCC optimize ("O1")
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-vt8500.c | 393 unsigned long O1, min_err, rate_err; in wm8650_find_pll_bits() local 406 O1 = rate * *divisor1 * (1 << (*divisor2)); in wm8650_find_pll_bits() 407 rate_err = O1 % parent_rate; in wm8650_find_pll_bits() 409 *multiplier = O1 / parent_rate; in wm8650_find_pll_bits()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ste-href-family-pinctrl.dtsi | 129 "GPIO167_B24", /* O1 */ 155 "GPIO167_B24", /* O1 */
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | Makefile | 9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
| H A D | 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch | 11 …math=sse --sysroot=core2-32-oe-linux/protobuf/3.8.0-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu… 18 …math=sse --sysroot=core2-32-oe-linux/protobuf/3.8.0-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu…
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ |
| H A D | qtbase_git.bb | 162 …O1 -Wl,--hash-style=gnu -Wl,--as-needed --sysroot=/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/q… 167 …O1 -Wl,--hash-style=gnu -Wl,--as-needed --sysroot=/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/q… 170 …O1 -Wl,--hash-style=gnu -Wl,--as-needed --sysroot=/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/q…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/ |
| H A D | 0001-configure.ac-Do-not-demand-linker-hash-style.patch | 21 -Wl,-O1 \
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/ |
| H A D | Makefile.config | 83 CFLAGS += -O1 -g -DDEBUG
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | ar-from-env.patch | 7 x86_64-linux-gcc -m64 --sysroot=/opt/qemux86-64/tmp/sysroots/qemux86-64 -Wl,-O1 -Wl,--hash-style=g…
|
| /OK3568_Linux_fs/external/libmali/ |
| H A D | meson_options.txt | 23 option('optimize-level', type: 'combo', choices: ['O0', 'O1', 'O2', 'O3', 'Os', 'Ofast', 'Og'], val…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/crda/ |
| H A D | make.patch | 11 regdb.h reglib.h reglib.c keys-gcrypt.c -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L ./ -lm -lgc…
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | Makefile | 24 CFLAGS+=-Wall -O1
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/newt/files/ |
| H A D | cross_ar.patch | 7 …t=/opt/qemux86-64/tmp/sysroots/qemux86-64 -g -o test test.o libnewt.a -Wl,-O1 -Wl,--hash-style=gnu…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/ |
| H A D | 0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch | 21 e/tmp-glibc/work/core2-64-oe-linux/sysdig/0.27.1-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl… 23 64-oe-linux/sysdig/0.27.1-r0/recipe-sysroot-native= -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=g…
|
| /OK3568_Linux_fs/buildroot/package/frecon/ |
| H A D | 0001-HACK-Fix-compile-errors.patch | 18 COMMON_CFLAGS := -Wall -Werror -fno-strict-aliasing $(SSP_CFLAGS) -O1 -Wformat=2
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch | 17 -DGRUB_MACHINE_PCBIOS=1 -DGRUB_MACHINE=I386_PC -Wl,-O1
|