kernel: only optimized for size if small_flash
authorMathias Kresin <dev@kresin.me>
Mon, 9 Jul 2018 18:48:56 +0000 (20:48 +0200)
committerMathias Kresin <dev@kresin.me>
Thu, 12 Jul 2018 16:15:32 +0000 (18:15 +0200)
commitcf7154db07c0b8746be290c9e11dcab3c91d237e
tree409a783abc61a0d6622e8f76d92bd9e97705d01c
parent621fa91a8295b50dfdfac22290200064afaeec4e
kernel: only optimized for size if small_flash

Add a new config option to allow to select the default compile
optimization level for the kernel.

Select the optimization for size by default if the small_flash feature is
set. Otherwise "Optimize for performance" is set.

Add the small_flash feature flag to all (sub)targets which had the
optimization for size in their default kernel config.

Remove CC_OPTIMIZE_FOR_* symbols from all kernel configs to apply the new
setting.

Exceptions to the above are:

  - lantiq, where the optimization for size is only required for the
    xway_legacy subtarget but was set for the whole target
  - mediatek, ramips/mt7620 & ramips/mt76x8 where boards should have
    plenty of space and an optimization for size doesn't make much sense
  - rb532, which has 128MByte flash

Signed-off-by: Mathias Kresin <dev@kresin.me>
29 files changed:
config/Config-kernel.in
target/linux/adm5120/Makefile
target/linux/adm5120/config-3.18
target/linux/at91/config-4.9
target/linux/ath79/tiny/config-default
target/linux/au1000/Makefile
target/linux/au1000/config-3.18
target/linux/generic/config-3.18
target/linux/generic/config-4.14
target/linux/generic/config-4.9
target/linux/lantiq/config-4.14
target/linux/layerscape/armv8_32b/config-4.9
target/linux/layerscape/armv8_64b/config-4.9
target/linux/mcs814x/Makefile
target/linux/mcs814x/config-3.18
target/linux/mediatek/mt7622/config-4.14
target/linux/ppc40x/Makefile
target/linux/ppc40x/config-3.18
target/linux/ppc44x/Makefile
target/linux/ppc44x/config-3.18
target/linux/ramips/mt7620/config-4.14
target/linux/ramips/mt76x8/config-4.14
target/linux/ramips/rt288x/config-4.14
target/linux/ramips/rt288x/target.mk
target/linux/ramips/rt305x/config-4.14
target/linux/ramips/rt305x/target.mk
target/linux/ramips/rt3883/config-4.14
target/linux/ramips/rt3883/target.mk
target/linux/rb532/config-4.9