summaryrefslogtreecommitdiffstats
path: root/toolchain/mklibs/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni2012-04-17 06:45:33 +0200
committerPeter Korsgaard2012-04-25 09:56:30 +0200
commit290bbdb4aa1cb731390fabb35ad962cf15e7e7c2 (patch)
tree1f1e582de719dcf2e66573b8d765ba1edc91bed4 /toolchain/mklibs/Config.in
parentgcc: remove unused EXTRA_GCC1_CONFIG_OPTIONS (diff)
downloadbuildroot-290bbdb4aa1cb731390fabb35ad962cf15e7e7c2.tar.gz
buildroot-290bbdb4aa1cb731390fabb35ad962cf15e7e7c2.tar.xz
buildroot-290bbdb4aa1cb731390fabb35ad962cf15e7e7c2.zip
mklibs: remove support
The support for mklibs has been marked broken since more than a year and nobody cared to bring it up to a working state. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/mklibs/Config.in')
-rw-r--r--toolchain/mklibs/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/mklibs/Config.in b/toolchain/mklibs/Config.in
deleted file mode 100644
index c0658661b..000000000
--- a/toolchain/mklibs/Config.in
+++ /dev/null
@@ -1,6 +0,0 @@
-config BR2_MKLIBS
- bool "Run mklibs on the built root filesystem"
- depends on BROKEN
- help
- Recompiles all the shared libraries to only include the
- symbols actually needed to run the binaries on the target