]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- added a patch for alpha that fixes c++ compilation. I don't know if the
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 22 Jun 2003 11:32:49 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  programs will work though

Changed files:
    gcc.spec -> 1.185

gcc.spec

index 0301618994c207df5b26754030253fbcb1c8930b..731880c534a083f9f5c26a39ec366d4746b069ac 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -45,6 +45,7 @@ Patch21:      gcc32-inline-label.patch
 Patch22:       gcc32-java-no-rpath.patch
 Patch23:       gcc32-test-rh65771.patch
 Patch24:       gcc32-test-rotate.patch
+Patch25:       %{name}-unwind.patch
 BuildRequires: autoconf
 BuildRequires: binutils >= 2.14
 BuildRequires: bison
@@ -620,6 +621,9 @@ mv ksi-%{KSI_VERSION} gcc/ksi
 %patch22
 %patch23
 %patch24
+%ifarch alpha
+%patch25
+%endif
 
 # because we distribute modified version of gcc...
 perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c
This page took 0.136592 seconds and 4 git commands to generate.