]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 25 Jul 2007 02:27:05 +0000 (11:27 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 26 Jul 2007 06:37:44 +0000 (15:37 +0900)
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>
init/Kconfig

index e2056828dc64159474cf44b3037e5b2bda54663f..1bf3afa5a29a7b207490a4f0ba45d5b8060a3f28 100644 (file)
@@ -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.