mklibs: upgrade to 0.1.37

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 36820
This commit is contained in:
Luka Perkov
2013-06-03 01:18:45 +00:00
parent 8c69057980
commit bb11c68b1e
11 changed files with 23 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
--- a/src/mklibs
+++ b/src/mklibs
@@ -531,7 +531,6 @@ while 1:
@@ -529,7 +529,6 @@
library_symbols = {}
library_symbols_used = {}
@@ -8,7 +8,7 @@
# WORKAROUND: Always add libgcc on old-abi arm
header = elf_header(find_lib(libraries.copy().pop()))
@@ -549,20 +548,13 @@ while 1:
@@ -547,20 +546,13 @@
library_symbols_used[library] = set()
for symbol in symbols:
for name in symbol.base_names():