]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- added amd64-thunk patch (PR16092); release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Jun 2004 20:07:22 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.232

gcc4.spec

index dccc17d100346c3494e69fbfc6f98975b7edf4e0..f116bbfe8c6ce6eb9747fe442638c06e2b27cc7f 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -16,7 +16,7 @@ Summary(pl):  Kolekcja kompilator
 Summary(pt_BR):        Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       %{GCC_VERSION}
-Release:       2
+Release:       3
 Epoch:         5
 License:       GPL
 Group:         Development/Languages
@@ -33,6 +33,7 @@ Patch3:               %{name}-ada-link-new-libgnat.patch
 Patch4:                %{name}-nodebug.patch
 Patch5:                %{name}-cse-find_best_addr.patch
 Patch6:                %{name}-alpha-regno-mode.patch
+Patch7:                %{name}-amd64-thunk.patch
 # -- stolen patches from RH --
 Patch10:       gcc32-ada-link.patch
 Patch11:       gcc32-boehm-gc-libs.patch
@@ -760,6 +761,10 @@ mv ksi-%{KSI_VERSION} gcc/ksi
 %ifarch alpha
 %patch6 -p1
 %endif
+%ifarch amd64
+# not sure if it wouldn't break x86 (it shouldn't, but better safe than sorry)
+%patch7 -p1
+%endif
 
 %patch10 -p1
 %patch11
This page took 0.037836 seconds and 4 git commands to generate.