summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-02-27 15:28:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-02-27 15:28:21 +0000
commit26c2bea18cff345aba7600dd0f34763ef18fbd97 (patch)
tree706c5ee576f393fda8472a5da58f645ae6457bab /contrib
parent2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-26c2bea18cff345aba7600dd0f34763ef18fbd97.tar.bz2
Build bundled mpfr for suse10.2 and suse10.3.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/gccnewlib.add4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/crossrpms/gcc/gccnewlib.add b/contrib/crossrpms/gcc/gccnewlib.add
index 00fca0ae23..186bfab30c 100644
--- a/contrib/crossrpms/gcc/gccnewlib.add
+++ b/contrib/crossrpms/gcc/gccnewlib.add
@@ -27,11 +27,13 @@ BuildRequires: gmp-devel >= 4.1
%if "%{?fedora}" >= "8"
BuildRequires: mpfr-devel >= 2.3.0
%endif
-%if "%{?suse}" >= "10.3"
+%if "%{?suse}" > "10.3"
BuildRequires: mpfr-devel >= 2.3.0
%endif
# These distros ship an insufficient mpfr
%{?el4:%define _build_mpfr 1}
+%{?suse10_2:%define _build_mpfr 1}
+%{?suse10_3:%define _build_mpfr 1}
%endif
%if "%{gcc_version}" >= "4.2.0"