Searched refs:KBUILD_CFLAGS_DECOMPRESSOR (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/
H A DMakefile30 KBUILD_CFLAGS_DECOMPRESSOR := $(CLANG_FLAGS) -m64 -O2 -mpacked-stack macro
31 KBUILD_CFLAGS_DECOMPRESSOR += -DDISABLE_BRANCH_PROFILING -D__NO_FORTIFY
32 KBUILD_CFLAGS_DECOMPRESSOR += -D__DECOMPRESSOR
33 KBUILD_CFLAGS_DECOMPRESSOR += -fno-delete-null-pointer-checks -msoft-float -mbackchain
34 KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables
35 KBUILD_CFLAGS_DECOMPRESSOR += -ffreestanding
36 KBUILD_CFLAGS_DECOMPRESSOR += -fno-stack-protector
37 KBUILD_CFLAGS_DECOMPRESSOR += -fPIE
38 KBUILD_CFLAGS_DECOMPRESSOR += $(call cc-disable-warning, address-of-packed-member)
39 KBUILD_CFLAGS_DECOMPRESSOR
[all...]
/linux-master/arch/s390/boot/
H A DMakefile13 KBUILD_CFLAGS := $(KBUILD_CFLAGS_DECOMPRESSOR)

Completed in 107 milliseconds