diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-04-17 04:45:33 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-25 09:56:30 +0200 |
commit | 290bbdb4aa1cb731390fabb35ad962cf15e7e7c2 (patch) | |
tree | 1f1e582de719dcf2e66573b8d765ba1edc91bed4 /toolchain/mklibs/Config.in | |
parent | 792976053fcd13eb45bd1ee3ede7fe8bddcc2baa (diff) | |
download | buildroot-novena-290bbdb4aa1cb731390fabb35ad962cf15e7e7c2.tar.gz buildroot-novena-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.in | 6 |
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 |