Skip to content

Commit

Permalink
sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies.
Browse files Browse the repository at this point in the history
Presently we only use this with CONFIG_EXPERIMENTAL, but it is
something that can be supported commonly.

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed Jul 26, 2007
1 parent e257ad0 commit 32582fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32582fa

Please sign in to comment.