Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 25 of 47) sorted by relevance

12

/arch/x86/
A DMakefile_32.cpu13 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
33 cflags-$(CONFIG_MVIAC7) += -march=i686
34 cflags-$(CONFIG_MATOM) += -march=atom
[all …]
A DMakefile.um36 cflags-y += $(call cc-option,-mpreferred-stack-boundary=2)
40 cflags-y += -ffreestanding
42 KBUILD_CFLAGS += $(cflags-y)
/arch/mips/
A DMakefile72 cflags-y += -mabi=32
80 cflags-y += -mabi=64
103 cflags-y += -ffreestanding
123 cflags-y += -fno-stack-check
179 cflags-$(CONFIG_CPU_LOONGSON2E) += \
181 cflags-$(CONFIG_CPU_LOONGSON2F) += \
186 cflags-$(CONFIG_CPU_LOONGSON64) += \
229 mips-cflags := $(cflags-y)
246 xpa-cflags-y := $(mips-cflags)
319 KBUILD_AFLAGS += $(cflags-y)
[all …]
/arch/arc/
A DMakefile18 cflags-y += $(tune-mcpu-def-y)
22 cflags-y += $(tune-mcpu)
27 cflags-y += $(tune-mcpu-def-y)
38 cflags-y += -ffixed-gp
41 cflags-y += -fsection-anchors
43 cflags-$(CONFIG_ARC_HAS_LLSC) += -mlock
49 cflags-y += -munaligned-access
51 cflags-y += -mno-unaligned-access
55 cflags-y += -mno-ll64
59 cflags-y += -mno-div-rem
[all …]
/arch/sh/
A DMakefile32 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,)
38 cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \
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
149 KBUILD_CFLAGS += -pipe $(cflags-y)
[all …]
/arch/s390/
A DMakefile56 cflags-y += $(mflags-y)
58 cflags-$(CONFIG_MARCH_Z10_TUNE) += -mtune=z10
59 cflags-$(CONFIG_MARCH_Z196_TUNE) += -mtune=z196
60 cflags-$(CONFIG_MARCH_ZEC12_TUNE) += -mtune=zEC12
61 cflags-$(CONFIG_MARCH_Z13_TUNE) += -mtune=z13
62 cflags-$(CONFIG_MARCH_Z14_TUNE) += -mtune=z14
63 cflags-$(CONFIG_MARCH_Z15_TUNE) += -mtune=z15
64 cflags-$(CONFIG_MARCH_Z16_TUNE) += -mtune=z16
65 cflags-$(CONFIG_MARCH_Z17_TUNE) += -mtune=z17
67 cflags-y += -Wa,-I$(srctree)/arch/$(ARCH)/include
[all …]
/arch/mips/ralink/
A DPlatform4 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
/arch/parisc/
A DMakefile82 cflags-y := -pipe
86 cflags-y += -mno-space-regs
90 cflags-y += -mfast-indirect-calls
96 cflags-y += -mdisable-fpregs
112 cflags-$(CONFIG_PA7000) += -march=1.1 -mschedule=7100
113 cflags-$(CONFIG_PA7200) += -march=1.1 -mschedule=7200
114 cflags-$(CONFIG_PA7100LC) += -march=1.1 -mschedule=7100LC
115 cflags-$(CONFIG_PA7300LC) += -march=1.1 -mschedule=7300
116 cflags-$(CONFIG_PA8X00) += -march=2.0 -mschedule=8000
118 KBUILD_CFLAGS += $(cflags-y)
/arch/alpha/
A DMakefile15 cflags-y := -pipe -mno-fp-regs -ffixed-8
16 cflags-y += $(call cc-option, -fno-jump-tables)
27 cflags-y += $(cpuflags-y)
33 KBUILD_CFLAGS += $(cflags-y) -Wa,-mev6
/arch/mips/lantiq/
A DPlatform5 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
/arch/loongarch/
A DMakefile62 cflags-y += -mabi=lp64s -mcmodel=normal
65 cflags-y += -pipe $(CC_FLAGS_NO_FPU)
85 cflags-y += $(call cc-option,-mexplicit-relocs)
91 cflags-y += $(call cc-option,-mno-explicit-relocs)
127 cflags-y += $(call cc-option, -mno-check-zero-division)
130 cflags-y += -fno-builtin-memcpy -fno-builtin-memmove -fno-builtin-memset
138 KBUILD_AFLAGS += $(cflags-y)
139 KBUILD_CFLAGS += $(cflags-y)
/arch/mips/sibyte/
A DPlatform8 cflags-$(CONFIG_SIBYTE_BCM112X) += \
12 cflags-$(CONFIG_SIBYTE_SB1250) += \
16 cflags-$(CONFIG_SIBYTE_BCM1x80) += \
/arch/mips/loongson32/
A DPlatform1 cflags-$(CONFIG_CPU_LOONGSON32) += -march=mips32r2 -Wa,--trap
2 cflags-$(CONFIG_MACH_LOONGSON32) += -I$(srctree)/arch/mips/include/asm/mach-loongson32
/arch/mips/loongson64/
A DPlatform5 cflags-$(CONFIG_MACH_LOONGSON64) += -I$(srctree)/arch/mips/include/asm/mach-loongson64
6 cflags-$(CONFIG_CC_HAS_MNO_BRANCH_LIKELY) += -mno-branch-likely
/arch/mips/loongson2ef/
A DPlatform9 cflags-$(CONFIG_MACH_LOONGSON2EF) += -I$(srctree)/arch/mips/include/asm/mach-loongson2ef
10 cflags-$(CONFIG_CC_HAS_MNO_BRANCH_LIKELY) += -mno-branch-likely
/arch/hexagon/
A DMakefile22 cflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION})
26 KBUILD_CFLAGS += $(cflags-y)
/arch/mips/alchemy/
A DPlatform12 cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
35 cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00
/arch/mips/generic/
A DPlatform12 cflags-$(CONFIG_MACH_INGENIC_SOC) += -I$(srctree)/arch/mips/include/asm/mach-ingenic
13 cflags-$(CONFIG_MIPS_GENERIC) += -I$(srctree)/arch/mips/include/asm/mach-generic
/arch/mips/sgi-ip22/
A DPlatform10 cflags-$(CONFIG_SGI_IP22) += -I$(srctree)/arch/mips/include/asm/mach-ip22
26 cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=store -I$(srctree)/arch/mips/include/asm/mach-ip28
/arch/mips/txx9/
A DPlatform1 cflags-$(CONFIG_MACH_TX49XX) += \
/arch/mips/rb532/
A DPlatform4 cflags-$(CONFIG_MIKROTIK_RB532) += \
/arch/mips/cobalt/
A DPlatform4 cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt
/arch/mips/bcm47xx/
A DPlatform4 cflags-$(CONFIG_BCM47XX) += \
/arch/mips/bcm63xx/
A DPlatform4 cflags-$(CONFIG_BCM63XX) += \
/arch/mips/cavium-octeon/
A DPlatform4 cflags-$(CONFIG_CAVIUM_OCTEON_SOC) += \

Completed in 27 milliseconds

12