Revision: 6631
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6631&view=rev
Author:   gespinasse
Date:     2012-05-31 19:31:37 +0000 (Thu, 31 May 2012)
Log Message:
-----------
Remove the #ident deprecation made by mystake in gcc-4.4 and removed later
This remove a lot of shadow package warnings
I need a better compiler hash for ccache than just gcc gile to be certain that 
change take effect. This is still to be done.

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

Modified: ipcop/trunk/lfs/gcc
===================================================================
--- ipcop/trunk/lfs/gcc 2012-05-31 18:48:34 UTC (rev 6630)
+++ ipcop/trunk/lfs/gcc 2012-05-31 19:31:37 UTC (rev 6631)
@@ -145,6 +145,8 @@
        # debian
        #cd $(DIR_APP) && patch -Np2 -i 
$(DIR_PATCHES)/gcc-4.4_fix-warnings.patch
        cd $(DIR_APP) && patch -Np2 -i 
$(DIR_PATCHES)/gcc-4.4.4_sparc-force-cpu.patch
+       # Remove #ident deprecation made by mistake and removed after gcc-4.4. 
That fix many shadows warnings
+       cd $(DIR_APP) && sed -i '/T_IDENT/s/ | DEPRECATED//' libcpp/directives.c
 
        @mkdir $(DIR_SRC)/gcc-build
 

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