From 26c2bea18cff345aba7600dd0f34763ef18fbd97 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 27 Feb 2008 15:28:21 +0000 Subject: [PATCH] Build bundled mpfr for suse10.2 and suse10.3. --- contrib/crossrpms/gcc/gccnewlib.add | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"