/linux-6.3-rc2/arch/x86/ |
A D | Makefile_32.cpu | 13 cflags-$(CONFIG_M486SX) += -march=i486 14 cflags-$(CONFIG_M486) += -march=i486 15 cflags-$(CONFIG_M586) += -march=i586 16 cflags-$(CONFIG_M586TSC) += -march=i586 17 cflags-$(CONFIG_M586MMX) += -march=pentium-mmx 18 cflags-$(CONFIG_M686) += -march=i686 23 cflags-$(CONFIG_MK6) += -march=k6 26 cflags-$(CONFIG_MK7) += -march=athlon 28 cflags-$(CONFIG_MCRUSOE) += -march=i686 $(align) 34 cflags-$(CONFIG_MVIAC7) += -march=i686 [all …]
|
/linux-6.3-rc2/arch/mips/ |
A D | Makefile | 72 cflags-y += -mabi=32 80 cflags-y += -mabi=64 107 cflags-y += -ffreestanding 109 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -EB 110 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -EL 127 cflags-y += -fno-stack-check 197 mips-cflags := $(cflags-y) 204 cflags-$(micromips-ase) += -mmicromips 214 xpa-cflags-y := $(mips-cflags) 287 KBUILD_AFLAGS += $(cflags-y) [all …]
|
/linux-6.3-rc2/scripts/ |
A D | Makefile.ubsan | 4 ubsan-cflags-$(CONFIG_UBSAN_ALIGNMENT) += -fsanitize=alignment 5 ubsan-cflags-$(CONFIG_UBSAN_ONLY_BOUNDS) += -fsanitize=bounds 6 ubsan-cflags-$(CONFIG_UBSAN_ARRAY_BOUNDS) += -fsanitize=array-bounds 7 ubsan-cflags-$(CONFIG_UBSAN_LOCAL_BOUNDS) += -fsanitize=local-bounds 8 ubsan-cflags-$(CONFIG_UBSAN_SHIFT) += -fsanitize=shift 9 ubsan-cflags-$(CONFIG_UBSAN_DIV_ZERO) += -fsanitize=integer-divide-by-zero 10 ubsan-cflags-$(CONFIG_UBSAN_UNREACHABLE) += -fsanitize=unreachable 11 ubsan-cflags-$(CONFIG_UBSAN_BOOL) += -fsanitize=bool 12 ubsan-cflags-$(CONFIG_UBSAN_ENUM) += -fsanitize=enum 13 ubsan-cflags-$(CONFIG_UBSAN_TRAP) += -fsanitize-undefined-trap-on-error [all …]
|
A D | Makefile.gcc-plugins | 4 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \ 12 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \ 14 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \ 16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \ 22 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \ 26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 28 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 30 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 32 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK_VERBOSE) \ 47 …trip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)) $(gcc-plugin-cflags-y))
|
A D | Makefile.randstruct | 3 randstruct-cflags-y += -DRANDSTRUCT 6 randstruct-cflags-y \ 8 randstruct-cflags-$(CONFIG_RANDSTRUCT_PERFORMANCE) \ 11 randstruct-cflags-y \ 15 export RANDSTRUCT_CFLAGS := $(randstruct-cflags-y)
|
A D | Makefile.kcsan | 12 kcsan-cflags := -fsanitize=thread -fno-optimize-sibling-calls \ 19 kcsan-cflags += -Wno-tsan 23 kcsan-cflags += $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0)) 26 export CFLAGS_KCSAN := $(kcsan-cflags)
|
A D | Makefile.kmsan | 2 kmsan-cflags := -fsanitize=kernel-memory 5 kmsan-cflags += -fsanitize-memory-param-retval 8 export CFLAGS_KMSAN := $(kmsan-cflags)
|
/linux-6.3-rc2/arch/arc/ |
A D | Makefile | 18 cflags-y += $(tune-mcpu-def-y) 22 cflags-y += $(tune-mcpu) 27 cflags-y += $(tune-mcpu-def-y) 41 cflags-y += -fsection-anchors 43 cflags-$(CONFIG_ARC_HAS_LLSC) += -mlock 44 cflags-$(CONFIG_ARC_HAS_SWAPE) += -mswape 49 cflags-y += -munaligned-access 51 cflags-y += -mno-unaligned-access 55 cflags-y += -mno-ll64 59 cflags-y += -mno-div-rem [all …]
|
/linux-6.3-rc2/scripts/kconfig/ |
A D | mconf-cfg.sh | 4 cflags=$1 12 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags} 18 ${HOSTPKG_CONFIG} --cflags ${PKG2} > ${cflags} 28 echo -D_GNU_SOURCE -I/usr/include/ncursesw > ${cflags} 34 echo -D_GNU_SOURCE -I/usr/include/ncurses > ${cflags} 42 echo -D_GNU_SOURCE > ${cflags}
|
A D | nconf-cfg.sh | 4 cflags=$1 12 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags} 18 ${HOSTPKG_CONFIG} --cflags ${PKG2} > ${cflags} 28 echo -D_GNU_SOURCE -I/usr/include/ncursesw > ${cflags} 34 echo -D_GNU_SOURCE -I/usr/include/ncurses > ${cflags} 40 echo -D_GNU_SOURCE > ${cflags}
|
A D | Makefile | 163 HOSTCFLAGS_nconf.o = $(call read-file, $(obj)/nconf-cflags) 164 HOSTCFLAGS_nconf.gui.o = $(call read-file, $(obj)/nconf-cflags) 167 $(obj)/nconf.o $(obj)/nconf.gui.o: | $(obj)/nconf-cflags 177 $(eval HOSTCFLAGS_$f = $$(call read-file, $(obj)/mconf-cflags))) 180 $(addprefix $(obj)/, mconf.o $(lxdialog)): | $(obj)/mconf-cflags 188 HOSTCXXFLAGS_qconf.o = -std=c++11 -fPIC $(call read-file, $(obj)/qconf-cflags) 191 $(obj)/qconf.o $(obj)/qconf-moc.o: | $(obj)/qconf-cflags 206 HOSTCFLAGS_gconf.o = $(call read-file, $(obj)/gconf-cflags) 209 $(obj)/gconf.o: | $(obj)/gconf-cflags 214 $(obj)/%conf-cflags $(obj)/%conf-libs $(obj)/%conf-bin: $(src)/%conf-cfg.sh [all …]
|
A D | gconf-cfg.sh | 4 cflags=$1 32 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags}
|
A D | qconf-cfg.sh | 4 cflags=$1 18 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags}
|
/linux-6.3-rc2/arch/sh/ |
A D | Makefile | 32 cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,) 33 cflags-$(CONFIG_CPU_J2) += $(call cc-option,-mj2,) 37 cflags-$(CONFIG_CPU_SH3) := $(call cc-option,-m3,) 44 ifeq ($(cflags-y),) 73 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mb 74 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -ml 76 cflags-y += $(call cc-option,-mno-fdpic) 77 cflags-y += $(isaflags-y) -ffreestanding 170 KBUILD_CFLAGS += -pipe $(cflags-y) 171 KBUILD_CPPFLAGS += $(cflags-y) [all …]
|
/linux-6.3-rc2/arch/s390/ |
A D | Makefile | 52 cflags-y += $(mflags-y) 54 cflags-$(CONFIG_MARCH_Z10_TUNE) += -mtune=z10 55 cflags-$(CONFIG_MARCH_Z196_TUNE) += -mtune=z196 56 cflags-$(CONFIG_MARCH_ZEC12_TUNE) += -mtune=zEC12 57 cflags-$(CONFIG_MARCH_Z13_TUNE) += -mtune=z13 58 cflags-$(CONFIG_MARCH_Z14_TUNE) += -mtune=z14 59 cflags-$(CONFIG_MARCH_Z15_TUNE) += -mtune=z15 60 cflags-$(CONFIG_MARCH_Z16_TUNE) += -mtune=z16 62 cflags-y += -Wa,-I$(srctree)/arch/$(ARCH)/include 70 KBUILD_CFLAGS_DECOMPRESSOR += $(cflags-y) [all …]
|
/linux-6.3-rc2/arch/mips/loongson64/ |
A D | Platform | 6 cflags-$(CONFIG_CPU_LOONGSON64) += -Wa,--trap 9 cflags-$(CONFIG_CC_IS_GCC) += -march=loongson3a 10 cflags-$(CONFIG_CC_IS_CLANG) += -march=mips64r2 15 cflags-y += $(call cc-option,-mno-loongson-mmi) 21 cflags-$(CONFIG_MACH_LOONGSON64) += -I$(srctree)/arch/mips/include/asm/mach-loongson64 22 cflags-$(CONFIG_CC_HAS_MNO_BRANCH_LIKELY) += -mno-branch-likely
|
/linux-6.3-rc2/arch/mips/loongson2ef/ |
A D | Platform | 5 cflags-$(CONFIG_CPU_LOONGSON2EF) += -Wa,--trap 6 cflags-$(CONFIG_CPU_LOONGSON2E) += -march=loongson2e 7 cflags-$(CONFIG_CPU_LOONGSON2F) += -march=loongson2f 28 cflags-$(CONFIG_CPU_LOONGSON2EF) += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,) 32 cflags-$(CONFIG_CPU_NOP_WORKAROUNDS) += -Wa,-mfix-loongson2f-nop 33 cflags-$(CONFIG_CPU_JUMP_WORKAROUNDS) += -Wa,-mfix-loongson2f-jump 38 cflags-y += $(call cc-option,-mno-loongson-mmi) 44 cflags-$(CONFIG_MACH_LOONGSON2EF) += -I$(srctree)/arch/mips/include/asm/mach-loongson2ef 45 cflags-$(CONFIG_CC_HAS_MNO_BRANCH_LIKELY) += -mno-branch-likely
|
/linux-6.3-rc2/arch/mips/ralink/ |
A D | Platform | 4 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink 10 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x 16 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x 22 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883 28 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620 33 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
|
/linux-6.3-rc2/tools/perf/util/ |
A D | setup.py | 57 cflags = getenv('CFLAGS', '').split() variable 59 cflags += ['-fno-strict-aliasing', '-Wno-write-strings', '-Wno-unused-parameter', '-Wno-redundant-d… 61 cflags += ["-Wno-unused-command-line-argument" ] 63 cflags += ['-Wno-cast-function-type' ] 77 if '-DHAVE_LIBTRACEEVENT' in cflags: 85 if '-DHAVE_LIBNUMA_SUPPORT' in cflags: 87 if '-DHAVE_LIBCAP_SUPPORT' in cflags: 94 extra_compile_args = cflags,
|
/linux-6.3-rc2/arch/parisc/ |
A D | Makefile | 80 cflags-y := -pipe 84 cflags-y += -mno-space-regs 88 cflags-y += -mfast-indirect-calls 94 cflags-y += -mdisable-fpregs 110 cflags-$(CONFIG_PA7000) += -march=1.1 -mschedule=7100 111 cflags-$(CONFIG_PA7200) += -march=1.1 -mschedule=7200 112 cflags-$(CONFIG_PA7100LC) += -march=1.1 -mschedule=7100LC 113 cflags-$(CONFIG_PA7300LC) += -march=1.1 -mschedule=7300 114 cflags-$(CONFIG_PA8X00) += -march=2.0 -mschedule=8000 116 KBUILD_CFLAGS += $(cflags-y)
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | Makefile | 10 cflags-y := $(KBUILD_CFLAGS) 12 cflags-$(CONFIG_X86_32) := -march=i386 13 cflags-$(CONFIG_X86_64) := -mcmodel=small 14 cflags-$(CONFIG_X86) += -m$(BITS) -D__KERNEL__ \ 25 cflags-$(CONFIG_ARM64) += -fpie $(DISABLE_STACKLEAK_PLUGIN) \ 28 cflags-$(CONFIG_ARM) += -DEFI_HAVE_STRLEN -DEFI_HAVE_STRNLEN \ 32 cflags-$(CONFIG_RISCV) += -fpic 33 cflags-$(CONFIG_LOONGARCH) += -fpie 35 cflags-$(CONFIG_EFI_PARAMS_FROM_FDT) += -I$(srctree)/scripts/dtc/libfdt 37 KBUILD_CFLAGS := $(subst $(CC_FLAGS_FTRACE),,$(cflags-y)) \
|
/linux-6.3-rc2/arch/loongarch/ |
A D | Makefile | 46 cflags-y += -mabi=lp64s 49 cflags-y += -G0 -pipe -msoft-float 64 cflags-y += -mexplicit-relocs 67 cflags-y += $(call cc-option,-mno-explicit-relocs) 79 cflags-y += -ffreestanding 80 cflags-y += $(call cc-option, -mno-check-zero-division) 87 KBUILD_AFLAGS += $(cflags-y) 88 KBUILD_CFLAGS += $(cflags-y)
|
/linux-6.3-rc2/arch/alpha/ |
A D | Makefile | 15 cflags-y := -pipe -mno-fp-regs -ffixed-8 16 cflags-y += $(call cc-option, -fno-jump-tables) 31 cflags-y += $(cpuflags-y) 37 KBUILD_CFLAGS += $(cflags-y) -Wa,-mev6
|
/linux-6.3-rc2/arch/mips/sibyte/ |
A D | Platform | 8 cflags-$(CONFIG_SIBYTE_BCM112X) += \ 12 cflags-$(CONFIG_SIBYTE_SB1250) += \ 16 cflags-$(CONFIG_SIBYTE_BCM1x55) += \ 20 cflags-$(CONFIG_SIBYTE_BCM1x80) += \
|
/linux-6.3-rc2/arch/mips/lantiq/ |
A D | Platform | 5 cflags-$(CONFIG_LANTIQ) += -I$(srctree)/arch/mips/include/asm/mach-lantiq 7 cflags-$(CONFIG_SOC_TYPE_XWAY) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway 8 cflags-$(CONFIG_SOC_FALCON) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon
|