[toolchain] uClibc: remove absolute path linking to host libraries in libpthread...
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Oct 2009 00:18:16 +0000 (00:18 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Oct 2009 00:18:16 +0000 (00:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17814 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/uClibc/Makefile

index 7206df2..1d18bff 100644 (file)
@@ -103,15 +103,15 @@ define Host/Compile
        $(UCLIBC_MAKE) PREFIX="$(TOOLCHAIN_DIR)/" install_runtime install_dev
        ln -sf ../../lib/libc.so.0 $(TOOLCHAIN_DIR)/usr/lib/libc.so
        $(CP) $(HOST_BUILD_DIR)/libc/libc_so.a $(TOOLCHAIN_DIR)/usr/lib/
-#      ( cd $(TOOLCHAIN_DIR) ; \
-#              for d in lib usr/lib ; do \
-#                for f in libc.so libpthread.so libgcc_s.so ; do \
-#                  if [ -f $$$$d/$$$$f -a ! -L $$$$d/$$$$f ] ; then \
-#                    $(SED) 's,/usr/lib/,,g;s,/lib/,,g' $$$$d/$$$$f ; \
-#                  fi \
-#                done \
-#              done \
-#      )
+       ( cd $(TOOLCHAIN_DIR) ; \
+               for d in lib usr/lib ; do \
+                 for f in libc.so libpthread.so libgcc_s.so ; do \
+                   if [ -f $$$$d/$$$$f -a ! -L $$$$d/$$$$f ] ; then \
+                     $(SED) 's,/usr/lib/,,g;s,/lib/,,g' $$$$d/$$$$f ; \
+                   fi \
+                 done \
+               done \
+       )
 endef
 
 define Host/Install
This page took 0.031653 seconds and 4 git commands to generate.