mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
15f5db60a1
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> |
||
---|---|---|
.. | ||
axs101_defconfig | ||
axs103_defconfig | ||
axs103_smp_defconfig | ||
haps_hs_defconfig | ||
haps_hs_smp_defconfig | ||
hsdk_defconfig | ||
nps_defconfig | ||
nsim_700_defconfig | ||
nsim_hs_defconfig | ||
nsim_hs_smp_defconfig | ||
nsimosci_defconfig | ||
nsimosci_hs_defconfig | ||
nsimosci_hs_smp_defconfig | ||
tb10x_defconfig | ||
vdk_hs38_defconfig | ||
vdk_hs38_smp_defconfig |