]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- rel 4; fix patches auto/th/gcc-4_4_2-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Oct 2009 21:31:39 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-nodebug.patch -> 1.12
    gcc.spec -> 1.592

gcc-nodebug.patch
gcc.spec

index 987fe4715b743e1fb05f6ee9270c446fac6af4b5..6115833e29eb956c28d2b0a45c189cc4c7cbe55f 100644 (file)
@@ -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 06b771828ca4759783940412928b477ce3884688..27aa3bb085582b67cbcd7c008e816871b9421ad5 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -66,7 +66,7 @@ Summary(pl.UTF-8):    Kolekcja kompilatorów GNU: kompilator C i pliki współdziel
 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
This page took 0.182345 seconds and 4 git commands to generate.