diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-24 22:27:05 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-26 02:37:44 -0400 |
commit | 32582fa46020cd8940006a8d42dec083d72d6d8b (patch) | |
tree | 25eaa36bc1efdf031bbe6385d18e7a043f0c29c4 /init | |
parent | e257ad062a3ceaf36b0e883d0ef00b185daf500e (diff) |
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 <lethal@linux-sh.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index e2056828dc64..1bf3afa5a29a 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -340,7 +340,7 @@ endif | |||
340 | config CC_OPTIMIZE_FOR_SIZE | 340 | config CC_OPTIMIZE_FOR_SIZE |
341 | bool "Optimize for size (Look out for broken compilers!)" | 341 | bool "Optimize for size (Look out for broken compilers!)" |
342 | default y | 342 | default y |
343 | depends on ARM || H8300 || EXPERIMENTAL | 343 | depends on ARM || H8300 || SUPERH || EXPERIMENTAL |
344 | help | 344 | help |
345 | Enabling this option will pass "-Os" instead of "-O2" to gcc | 345 | Enabling this option will pass "-Os" instead of "-O2" to gcc |
346 | resulting in a smaller kernel. | 346 | resulting in a smaller kernel. |