autotools: remove specialized version of libtool
[openwrt/staging/hauke.git] / tools / libtool / Makefile
index 662614229497b245c40f50b232083d002b4b838a..cc9e8a68fbd86f70b96f8bf307bf5db8a57b2c63 100644 (file)
@@ -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