]> git.pld-linux.org Git - packages/gcc.git/blobdiff - gcc.spec
- added temporary hack for alpha
[packages/gcc.git] / gcc.spec
index 927abf1061962ee749b289100dac1c168b8aaaef..9c74f3da4e88d80f7ee400e328cdf966d161736a 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -32,6 +32,7 @@ Patch2:               %{name}-nolocalefiles.patch
 Patch3:                %{name}-ada-link-new-libgnat.patch
 Patch4:                %{name}-nodebug.patch
 Patch5:                %{name}-cse-find_best_addr.patch
+Patch6:                %{name}-alpha-regno-mode.patch
 # -- stolen patches from RH --
 Patch10:       gcc32-ada-link.patch
 Patch11:       gcc32-boehm-gc-libs.patch
@@ -50,7 +51,7 @@ Patch23:      gcc32-test-rh65771.patch
 Patch24:       gcc32-test-rotate.patch
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: binutils >= 2.14
+BuildRequires: binutils >= 2.15.90.0.3
 BuildRequires: bison
 BuildRequires: fileutils >= 4.0.41
 %{?with_ada:%{!?with_bootstrap:BuildRequires:  gcc(ada)}}
@@ -60,7 +61,7 @@ BuildRequires:        glibc-devel >= 2.2.5-20
 BuildRequires: perl-devel
 BuildRequires: texinfo >= 4.1
 BuildRequires: zlib-devel
-Requires:      binutils >= 2.14
+Requires:      binutils >= 2.15.90.0.3
 Requires:      cpp = %{epoch}:%{GCC_VERSION}
 Requires:      libgcc = %{epoch}:%{GCC_VERSION}
 %{?with_ada:Provides: gcc(ada)}
@@ -756,6 +757,9 @@ mv ksi-%{KSI_VERSION} gcc/ksi
 %patch3 -p1
 %{!?debug:%patch4 -p1}
 %patch5 -p1
+%ifarch alpha
+%patch6 -p1
+%endif
 
 %patch10 -p1
 %patch11
This page took 0.083476 seconds and 4 git commands to generate.