| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0007-Fix-build-with-GCC-10-when-long-double-double.patch | 15 -fno-builtin-<function> options to compile the double functions. The 44 +CFLAGS-w_acos.c += -fno-builtin-acosl 45 +CFLAGS-w_acosh.c += -fno-builtin-acoshl 46 +CFLAGS-w_asin.c += -fno-builtin-asinl 47 +CFLAGS-s_asinh.c += -fno-builtin-asinhl 48 +CFLAGS-s_atan.c += -fno-builtin-atanl 49 +CFLAGS-w_atan2.c += -fno-builtin-atan2l 50 +CFLAGS-w_atanh.c += -fno-builtin-atanhl 51 +CFLAGS-s_cabs.c += -fno-builtin-cabsl 52 +CFLAGS-s_cacos.c += -fno-builtin-cacosl [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
| H A D | 0001-Do-not-overwrite-all-our-build-flags.patch | 24 - set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam… 25 + set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam… 28 set(CMAKE_CXX_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline") 29 set(CMAKE_CXX_FLAGS_DEBUGFULL "-g3 -fno-inline") 30 set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs") 35 set(CMAKE_C_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline") 40 - set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -D_DEFAULT_SOURCE… 41 + set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -D_DEFAULT_SOURCE… 44 # clang does not support -fno-reorder-blocks -fno-schedule-insns, so do not use -O2 46 set(CMAKE_CXX_FLAGS_DEBUGFULL "-g3 -fno-inline") [all …]
|
| /OK3568_Linux_fs/buildroot/boot/at91bootstrap/ |
| H A D | at91bootstrap-1.16-eabi-fix.patch | 45 …g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-as… 58 …g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-as… 71 …g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-as… 84 …AGS=-g -mcpu=arm926ej-s -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-as… 97 …AGS=-g -mcpu=arm926ej-s -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-as… 110 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asyn… 123 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asyn… 136 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asyn… 149 +CCFLAGS=-g -mcpu=arm9 -O0 -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asyn… 162 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asyn… [all …]
|
| /OK3568_Linux_fs/buildroot/boot/opensbi/0.9/ |
| H A D | 0002-Makefile-unconditionally-disable-SSP.patch | 6 Though -nostdlib is passed in {C,+AS,DTSCPP}FLAGS, -fno-stack-protector 28 -CFLAGS = -g -Wall -Werror -ffreestanding -nostdlib -fno-strict-aliasing -O2 29 +CFLAGS = -g -Wall -Werror -ffreestanding -nostdlib -fno-stack-protector -fno-strict-aliasing -O2 30 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls 38 +ASFLAGS = -g -Wall -nostdlib -fno-stack-protector -D__ASSEMBLY__ 39 ASFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls 46 -DTSCPPFLAGS = $(CPPFLAGS) -nostdinc -nostdlib -fno-builtin -D__DTS__ -x assembler-with-cpp 47 +DTSCPPFLAGS = $(CPPFLAGS) -nostdinc -nostdlib -fno-stack-protector -fno-builtin -D__DTS__ -x assem…
|
| H A D | 0001-Makefile-Don-t-specify-mabi-or-march.patch | 20 CFLAGS = -g -Wall -Werror -nostdlib -fno-strict-aliasing -O2 21 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls 29 ASFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
| /OK3568_Linux_fs/buildroot/package/am33x-cm3/ |
| H A D | 0004-Makefile-add-fno-builtin.patch | 4 Subject: [PATCH] Makefile: add -fno-builtin 16 To fix this build failure, add -fno-builtin 32 -Wdeclaration-after-statement -fno-delete-null-pointer-checks \ 33 -Wempty-body -fno-strict-overflow -fno-stack-protector \ 34 - -fno-pie -g -I$(INCLUDES) -O2 35 + -fno-pie -fno-builtin -g -I$(INCLUDES) -O2 36 LDFLAGS =-nostartfiles -fno-exceptions -Tfirmware.ld
|
| H A D | 0003-Makefile-unconditionally-disable-PIE.patch | 6 Though -nostdlib is passed in $(CFLAGS), -fno-pie must also be passed to 24 -Wdeclaration-after-statement -fno-delete-null-pointer-checks \ 25 -Wempty-body -fno-strict-overflow -fno-stack-protector \ 27 + -fno-pie -g -I$(INCLUDES) -O2 28 LDFLAGS =-nostartfiles -fno-exceptions -Tfirmware.ld
|
| H A D | 0002-Makefile-unconditionally-disable-SSP.patch | 6 Though -nostdlib is passed in $(CFLAGS), -fno-stack-protector must also be 26 -Wdeclaration-after-statement -fno-delete-null-pointer-checks \ 27 - -Wempty-body -fno-strict-overflow -g -I$(INCLUDES) -O2 28 + -Wempty-body -fno-strict-overflow -fno-stack-protector \ 30 LDFLAGS =-nostartfiles -fno-exceptions -Tfirmware.ld
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/cmake/ |
| H A D | CompileOptions.cmake | 23 …no-reorder -Wno-unused -Wno-misleading-indentation -Wno-format-truncation -fno-strict-aliasing -Wn… 32 set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address") 33 set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address") 34 …set(CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=addre… 35 …set(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO} -fno-omit-frame-pointer -fsaniti… 36 …set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -fno-omit-frame-pointer -fsa… 37 …set(CMAKE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_LINKER_FLAGS_RELWITHDEBINFO} -fno-omit-frame-pointe…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0003-ovmf-Update-to-latest.patch | 6 Description: pass -fno-stack-protector to all GCC toolchains 7 The upstream build rules inexplicably pass -fno-stack-protector only 25 …GS = DEF(GCC_ALL_CC_FLAGS) -ffunction-sections -fdata-sections -fno-stack-protector -DS… 27 … = DEF(GCC48_ALL_CC_FLAGS) -m32 -march=i586 -malign-double -fno-stack-protector -D EFI32 -fno-asyn… 28 …S) -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-re… 29 … = DEF(GCC48_ALL_CC_FLAGS) -m32 -march=i586 -malign-double -D EFI32 -fno-asynchronous-unwind… 30 …maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind…
|
| H A D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 36 -BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \ 37 +BUILD_CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \ 41 -BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 42 +BUILD_CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 43 -fno-delete-null-pointer-checks -Wall -Werror \ 47 -BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 48 +BUILD_CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 49 -fno-delete-null-pointer-checks -Wall -Werror \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 0011-purgatory-Makefile-adapt-to-klcc.patch | 19 - -Os -fno-builtin -ffreestanding \ 20 + -Os -fno-builtin -ffreestanding -nostdinc \ 21 -fno-zero-initialized-in-bss \ 22 -fno-PIC -fno-PIE -fno-stack-protector
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/cmake/ |
| H A D | CompileOptions.cmake | 38 …no-reorder -Wno-unused -Wno-misleading-indentation -Wno-format-truncation -fno-strict-aliasing -Wn… 47 set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address") 48 set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address") 49 …set(CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=addre… 50 …set(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO} -fno-omit-frame-pointer -fsaniti… 51 …set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -fno-omit-frame-pointer -fsa… 52 …set(CMAKE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_LINKER_FLAGS_RELWITHDEBINFO} -fno-omit-frame-pointe…
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | namei.c | 33 fnode_secno fno; in hpfs_mkdir() local 41 fnode = hpfs_alloc_fnode(dir->i_sb, hpfs_i(dir)->i_dno, &fno, &bh); in hpfs_mkdir() 44 dnode = hpfs_alloc_dnode(dir->i_sb, fno, &dno, &qbh0); in hpfs_mkdir() 52 dee.fnode = cpu_to_le32(fno); in hpfs_mkdir() 58 result->i_ino = fno; in hpfs_mkdir() 92 dnode->up = cpu_to_le32(fno); in hpfs_mkdir() 98 de->fnode = cpu_to_le32(fno); in hpfs_mkdir() 125 hpfs_free_sectors(dir->i_sb, fno, 1); in hpfs_mkdir() 138 fnode_secno fno; in hpfs_create() local 146 fnode = hpfs_alloc_fnode(dir->i_sb, hpfs_i(dir)->i_dno, &fno, &bh); in hpfs_create() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/purgatory/ |
| H A D | Makefile | 23 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes 25 KBUILD_CFLAGS += -fno-zero-initialized-in-bss -fno-builtin -ffreestanding 26 KBUILD_CFLAGS += -c -MD -Os -m64 -msoft-float -fno-common 27 KBUILD_CFLAGS += -fno-stack-protector 29 KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | .errno.o.cmd | |
| H A D | .crc8.o.cmd | |
| H A D | .ctype.o.cmd | |
| H A D | .ldiv.o.cmd | |
| H A D | .stdlib.o.cmd | |
| H A D | .crc16.o.cmd | |
| H A D | .crc7.o.cmd | |
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | .sections.o.cmd | |
| /OK3568_Linux_fs/buildroot/package/kvm-unit-tests/ |
| H A D | 0003-Makefile-fix-stack-protector-tests.patch | 27 -fnostack_protector := $(call cc-option, -fno-stack-protector, "") 28 -fnostack_protector_all := $(call cc-option, -fno-stack-protector-all, "") 29 +fno_stack_protector := $(call cc-option, -fno-stack-protector, "") 30 +fno_stack_protector_all := $(call cc-option, -fno-stack-protector-all, "") 32 fno_pic := $(call cc-option, -fno-pic, "")
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | .errno.o.cmd | |