Revert "[tools] mklibs: upgrade to 0.1.37"
[openwrt/staging/yousong.git] / tools / mklibs / patches / 005-duplicate_syms.patch
index 19ba0171d0e69237c4d96fc283505c622de3d182..8428abfc9a07d278f92fdee168e1cc88f162cbb3 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/mklibs
 +++ b/src/mklibs
-@@ -529,7 +529,6 @@
+@@ -531,7 +531,6 @@ while 1:
  
      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()))
-@@ -547,20 +546,13 @@
+@@ -549,20 +548,13 @@ while 1:
          library_symbols_used[library] = set()
          for symbol in symbols:
              for name in symbol.base_names():