diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-08-02 21:19:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-08-02 21:19:09 +0000 |
commit | 9ab4e56e94d56848a3e883e4e1610986a523dbe5 (patch) | |
tree | f32e19010ef0d52d8b1b9d86fbc7b9aad9ac230c /toolchain/Config.in | |
parent | 54044da9735da1e0abe78f04a96e8d29abef6d60 (diff) |
Add support for mklibs (strips unused syms from shared libs such as uClibc)
based on a patch from akvadrako, and using a version of mklibs.py that was
massively hacked up by andersee and mjn3 for uClibc support.
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index b37af8570..e64639195 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -10,6 +10,7 @@ source "toolchain/gcc/Config.in" source "toolchain/ccache/Config.in" source "toolchain/gdb/Config.in" source "toolchain/elf2flt/Config.in" +source "toolchain/mklibs/Config.in" comment "Common Toolchain Options" |