Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=32582fa46020cd8940006a8d42dec083d72d6d8b
Commit:     32582fa46020cd8940006a8d42dec083d72d6d8b
Parent:     e257ad062a3ceaf36b0e883d0ef00b185daf500e
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 25 11:27:05 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Thu Jul 26 15:37:44 2007 +0900

    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 <[EMAIL PROTECTED]>
---
 init/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index e205682..1bf3afa 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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to