Revision: 6621
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6621&view=rev
Author:   gespinasse
Date:     2012-05-21 19:22:54 +0000 (Mon, 21 May 2012)
Log Message:
-----------
I forgot to commit the adjust-toolchain change that finalize libstdc++ to work 
before final gcc is rebuild.
This turn 'checking if g++ static flag -static works' to yes for binutils and 
mpfr

Modified Paths:
--------------
    ipcop/trunk/lfs/adjust-toolchain

Modified: ipcop/trunk/lfs/adjust-toolchain
===================================================================
--- ipcop/trunk/lfs/adjust-toolchain    2012-05-20 21:42:41 UTC (rev 6620)
+++ ipcop/trunk/lfs/adjust-toolchain    2012-05-21 19:22:54 UTC (rev 6621)
@@ -73,10 +73,11 @@
 endif
 
 ifeq "$(STAGE)" "base"
-       mv -v /$(TOOLS_DIR)/bin/ld /$(TOOLS_DIR)/bin/ld-old
-       mv -v /$(TOOLS_DIR)/$$(gcc -dumpmachine)/bin/ld /$(TOOLS_DIR)/$$(gcc 
-dumpmachine)/bin/ld-old
-       mv -v /$(TOOLS_DIR)/bin/ld-new /$(TOOLS_DIR)/bin/ld
-       ln -sv /$(TOOLS_DIR)/bin/ld /$(TOOLS_DIR)/$$(gcc -dumpmachine)/bin/ld
+       mv /$(TOOLS_DIR)/bin/ld /$(TOOLS_DIR)/bin/ld-old
+       mv /$(TOOLS_DIR)/$$(gcc -dumpmachine)/bin/ld /$(TOOLS_DIR)/$$(gcc 
-dumpmachine)/bin/ld-old
+       mv /$(TOOLS_DIR)/bin/ld-new /$(TOOLS_DIR)/bin/ld
+       ln -s /$(TOOLS_DIR)/bin/ld /$(TOOLS_DIR)/$$(gcc -dumpmachine)/bin/ld
+       ln -s /$(TOOLS_DIR)/lib/libstdc++.a `dirname $$(gcc 
--print-libgcc-file-name)`/libstdc++.a
 
        gcc -dumpspecs | sed \
                -e 's@/$(TOOLS_DIR)$(LINKER)@$(LINKER)@g' \
@@ -94,7 +95,7 @@
        cd $(DIR_SRC) && grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
        cd $(DIR_SRC) && grep "/lib.*/libc.so.6 " dummy.log
        cd $(DIR_SRC) && grep found dummy.log
-       cd $(DIR_SRC) && rm -v dummy.c a.out dummy.log
+       cd $(DIR_SRC) && rm dummy.c a.out dummy.log
 endif
 
        @$(POSTBUILD)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to