summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-05 05:11:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-05 05:11:54 +0000
commit7f7781018dc4014703b507b77009b4058130aa7f (patch)
tree1dfcf8af92c8f564c037ab35525e321c74bc4297 /contrib
parent2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-7f7781018dc4014703b507b77009b4058130aa7f.tar.bz2
Preps for fedora-14.
Fix Source60:-URL (mpfr).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/gccnewlib.add9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/crossrpms/gcc/gccnewlib.add b/contrib/crossrpms/gcc/gccnewlib.add
index 3573afe9eb..d46687e20b 100644
--- a/contrib/crossrpms/gcc/gccnewlib.add
+++ b/contrib/crossrpms/gcc/gccnewlib.add
@@ -40,6 +40,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
+%if 0%{?fc14}
+%global mpc_provided 0.8.1
+%global mpfr_provided 2.4.2
+%global gmp_provided 4.3.1
+%endif
+
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
@@ -173,6 +179,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
%{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
+%{?fc14:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?el6:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?suse11_3:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
@@ -241,7 +248,7 @@ BuildRequires: @rpmprefix@@tool_target@-newlib < %{newlib_version}-@NEWLIB_RPMRE
@SOURCES@
%if 0%{?_build_mpfr}
-Source60: http://www.mpfr.org/mpfr-current/mpfr-%{mpfr_version}.tar.bz2
+Source60: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
%endif
%if 0%{?_build_mpc}