diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2010-11-17 01:41:33 -0500 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-17 23:18:23 +0100 |
| commit | 50003798b3508d0dbd106938d13e9d834c03f2b7 (patch) | |
| tree | 48bb433c0d02b3395efaee66553ab2b52e058a25 | |
| parent | e25fe7239fcc7375996ffb92519ad1981e5872b1 (diff) | |
| download | buildroot-novena-50003798b3508d0dbd106938d13e9d834c03f2b7.tar.gz buildroot-novena-50003798b3508d0dbd106938d13e9d834c03f2b7.zip | |
toolchain-external: fix indentation in Kconfig
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | toolchain/toolchain-external/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index efc8378c0..a340de661 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -14,9 +14,9 @@ config BR2_TOOLCHAIN_EXTERNAL_GLIBC endchoice config BR2_TOOLCHAIN_EXTERNAL_STRIP - bool - default y - prompt "Strip shared libraries" + bool + default y + prompt "Strip shared libraries" help Strip shared libraries copied from the external toolchain. endif |
