Move size optimization option outside of EMBEDDED menu, mark it EXPERIMENTAL
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 15 Dec 2005 02:52:21 +0000 (18:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 15 Dec 2005 02:52:21 +0000 (18:52 -0800)
commitc45b4f1f1e149c023762ac4be166ead1818cefef
tree21567145e12d3bcdba586b864dca74699830d621
parent11c18b5cb31d15a782fb727adad51ae1434e5dee
Move size optimization option outside of EMBEDDED menu, mark it EXPERIMENTAL

Also, disable on sparc64 - a number of people report breakage.  Probably
a compiler bug, but it's quite possible that it tickles some latent
kernel problem too.

It still defaults to 'y' everywhere else (when enabled through
EXPERIMENTAL), and Dave Jones points out that Fedora (and RHEL4) has
been building with size optimizations for a long time on x86, x86-64,
ia64, s390, s390x, ppc32 and ppc64.  So it is really only moderately
experimental, but the sparc64 breakage certainly shows that it can
trigger "issues".

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
init/Kconfig