From 9ab4e56e94d56848a3e883e4e1610986a523dbe5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 2 Aug 2006 21:19:09 +0000 Subject: 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. --- toolchain/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/Config.in') 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" -- cgit v1.2.3