linux/arch
Masahiro Yamada 15f5db60a1 kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC
arch/arc/Makefile overrides -O2 with -O3. This is the only user of
ARCH_CFLAGS. There is no user of ARCH_CPPFLAGS or ARCH_AFLAGS.
My plan is to remove ARCH_{CPP,A,C}FLAGS after refactoring the ARC
Makefile.

Currently, ARC has no way to enable -Wmaybe-uninitialized because both
-O3 and -Os disable it. Enabling it will be useful for compile-testing.
This commit allows allmodconfig (, which defaults to -O2) to enable it.

Add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3=y to all the defconfig files
in arch/arc/configs/ in order to keep the current config settings.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
2019-09-04 10:01:17 +09:00
..
alpha kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
arc kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC 2019-09-04 10:01:17 +09:00
arm kbuild: rebuild modules when module linker scripts are updated 2019-08-21 21:05:21 +09:00
arm64 kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
c6x Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu 2019-07-10 21:42:03 -07:00
csky treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers 2019-07-25 11:05:10 +02:00
h8300 h8300 update for 5.3 2019-07-17 09:36:38 -07:00
hexagon hexagon: switch to generic version of pte allocation 2019-07-21 09:53:00 -07:00
ia64 kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
m68k kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
microblaze clone3-v5.3 2019-07-11 10:09:44 -07:00
mips kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
nds32 treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers 2019-07-25 11:05:10 +02:00
nios2 nios2 update for v5.3-rc1 2019-07-12 15:38:05 -07:00
openrisc dma-mapping updates for Linux 5.3 2019-07-12 15:13:55 -07:00
parisc kbuild: rebuild modules when module linker scripts are updated 2019-08-21 21:05:21 +09:00
powerpc kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
riscv kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
s390 kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
sh treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers 2019-07-25 11:05:10 +02:00
sparc kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
um kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
unicore32 Kconfig updates for v5.3 2019-07-12 16:06:27 -07:00
x86 kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00
xtensa xtensa: fix build for cores with coprocessors 2019-07-24 17:44:42 -07:00
.gitignore
Kconfig kbuild: add CONFIG_ASM_MODVERSIONS 2019-08-22 01:14:11 +09:00