Revision: 7052
          http://ipcop.svn.sourceforge.net/ipcop/?rev=7052&view=rev
Author:   gespinasse
Date:     2013-05-31 08:56:51 +0000 (Fri, 31 May 2013)
Log Message:
-----------
Silent gcc stage1 warnings, there is so many with gcc-4.7 that you can't look 
at.

Modified Paths:
--------------
    ipcop/trunk/lfs/gcc

Modified: ipcop/trunk/lfs/gcc
===================================================================
--- ipcop/trunk/lfs/gcc 2013-05-31 08:53:22 UTC (rev 7051)
+++ ipcop/trunk/lfs/gcc 2013-05-31 08:56:51 UTC (rev 7052)
@@ -160,6 +160,8 @@
        cd $(DIR_APP)/mpfr && patch -Np1 -i $(DIR_DL)/$(MPFRPATCH)
 
 ifeq "$(PASS)" "1"
+       # Don't depend on host gcc behavior for the first stage, there is so 
many warning with gcc-4.7
+       cd $(DIR_APP) && sed -i -e 's/-W -Wall//' -e 's/ -Wc++-compat//' 
{libcpp,libdecnumber,libiberty,gcc,fixincludes}/configure
        # --disable-shared is mandatory to prevent a build failure later
        cd $(DIR_SRC)/gcc-build &&                      \
                ../$(THISAPP)/configure                 \

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to