summaryrefslogtreecommitdiffstats
path: root/tools/libtool
diff options
context:
space:
mode:
authorMichael Pratt <mcpratt@pm.me>2023-03-15 21:22:37 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2023-03-27 00:41:50 +0200
commit83c1bf2cd43c89c6488cdae2891264593ee8c0c1 (patch)
treed21845e64b2c06e6a62a50e6a4ab0abbe1bcc6ef /tools/libtool
parentb094c6976c161643d5c656b16738a65d28722b18 (diff)
downloadopenwrt-83c1bf2cd43c89c6488cdae2891264593ee8c0c1.tar.gz
openwrt-83c1bf2cd43c89c6488cdae2891264593ee8c0c1.tar.bz2
openwrt-83c1bf2cd43c89c6488cdae2891264593ee8c0c1.zip
autotools: remove specialized version of libtool
Remove the specialized copy of libtool which was used for linking to uClibc++, which is now removed. Also remove references to the deprecated fixup targets that invoked this specialized libtool, which no package uses. Ref: 6b2ed6101 ("uclibc++: remove") Ref: c10515db6 ("re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP") Ref: 246a5b334 ("More libtool madness") Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'tools/libtool')
-rw-r--r--tools/libtool/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile
index 6626142294..cc9e8a68fb 100644
--- a/tools/libtool/Makefile
+++ b/tools/libtool/Makefile
@@ -35,8 +35,6 @@ endef
define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) install
$(SED) 's,\(hardcode_into_libs\)=yes,\1=no,g' $(STAGING_DIR_HOST)/bin/libtool
- $(CP) $(STAGING_DIR_HOST)/bin/libtool $(STAGING_DIR_HOST)/bin/libtool-ucxx
- $(SED) 's,-lstdc++,-luClibc++,g' $(STAGING_DIR_HOST)/bin/libtool-ucxx
endef
define Host/Uninstall