From: Paul Mundt Date: Wed, 25 Jul 2007 02:27:05 +0000 (+0900) Subject: sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies. X-Git-Tag: firefly_0821_release~27027^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=32582fa46020cd8940006a8d42dec083d72d6d8b;p=firefly-linux-kernel-4.4.55.git sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies. Presently we only use this with CONFIG_EXPERIMENTAL, but it is something that can be supported commonly. Signed-off-by: Paul Mundt --- diff --git a/init/Kconfig b/init/Kconfig index e2056828dc64..1bf3afa5a29a 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -340,7 +340,7 @@ endif config CC_OPTIMIZE_FOR_SIZE bool "Optimize for size (Look out for broken compilers!)" default y - depends on ARM || H8300 || EXPERIMENTAL + depends on ARM || H8300 || SUPERH || EXPERIMENTAL help Enabling this option will pass "-Os" instead of "-O2" to gcc resulting in a smaller kernel.