Author: arekm                        Date: Mon Oct 26 21:31:45 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4; fix patches

---- Files affected:
packages/gcc:
   gcc-nodebug.patch (1.11 -> 1.12) , gcc.spec (1.591 -> 1.592) 

---- Diffs:

================================================================
Index: packages/gcc/gcc-nodebug.patch
diff -u packages/gcc/gcc-nodebug.patch:1.11 packages/gcc/gcc-nodebug.patch:1.12
--- packages/gcc/gcc-nodebug.patch:1.11 Sat Jan  3 01:09:09 2009
+++ packages/gcc/gcc-nodebug.patch      Mon Oct 26 22:31:39 2009
@@ -40,9 +40,9 @@
  GNATLIBFLAGS = -gnatpg -nostdinc
 -GNATLIBCFLAGS = -g -O2
 +GNATLIBCFLAGS = -O2
- GNATLIBCFLAGS_FOR_C = $(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) -fexceptions \
-       -DIN_RTS
- ALL_ADAFLAGS = $(CFLAGS) $(ADA_CFLAGS) $(ADAFLAGS)
+ # Pretend that _Unwind_GetIPInfo is available for the target by default.  This
+ # should be autodetected during the configuration of libada and passed down to
+ # here, but we need something for --disable-libada and hope for the best.
 --- a/libada/Makefile.in       2005-11-04 13:49:08.000000000 +0000
 +++ b/libada/Makefile.in       2005-11-24 23:52:14.739531296 +0000
 @@ -49,13 +49,13 @@
@@ -58,9 +58,9 @@
  TARGET_LIBGCC2_CFLAGS=
 -GNATLIBCFLAGS= -g -O2
 +GNATLIBCFLAGS= -O2
+ GNATLIBCFLAGS_FOR_C = $(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) -fexceptions \
+       -DIN_RTS @have_getipinfo@
  
- # Get target-specific overrides for TARGET_LIBGCC2_CFLAGS.
- host_subdir = @host_subdir@
 --- a/libffi/Makefile.in       2004-08-30 17:42:59.000000000 +0200
 +++ b/libffi/Makefile.in       2004-09-26 11:44:10.789340112 +0200
 @@ -453,7 +453,7 @@

================================================================
Index: packages/gcc/gcc.spec
diff -u packages/gcc/gcc.spec:1.591 packages/gcc/gcc.spec:1.592
--- packages/gcc/gcc.spec:1.591 Mon Oct 26 21:44:46 2009
+++ packages/gcc/gcc.spec       Mon Oct 26 22:31:39 2009
@@ -67,7 +67,7 @@
 Summary(pt_BR.UTF-8):  Coleção dos compiladores GNU: o compilador C e arquivos 
compartilhados
 Name:          gcc
 Version:       %{major_ver}.%{minor_ver}
-Release:       3
+Release:       4
 Epoch:         6
 License:       GPL v3+
 Group:         Development/Languages
@@ -2284,6 +2284,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.592  2009/10/26 21:31:39  arekm
+- rel 4; fix patches
+
 Revision 1.591  2009/10/26 20:44:46  arekm
 - rel 3; more branch fixes
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcc/gcc-nodebug.patch?r1=1.11&r2=1.12&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcc/gcc.spec?r1=1.591&r2=1.592&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to