summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-23 11:01:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-23 11:01:26 +0000
commit3a3865f25235c0affcbb7d7db1636927744a6885 (patch)
tree60d23ee172b692d7f555f2d79a5f83e50c239e8b /contrib
parent2010-04-22 Alin Rus <alin.codejunkie@gmail.com> (diff)
downloadrtems-3a3865f25235c0affcbb7d7db1636927744a6885.tar.bz2
Add rhel6.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/gccnewlib.add7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/crossrpms/gcc/gccnewlib.add b/contrib/crossrpms/gcc/gccnewlib.add
index 7b9570f2bf..64c9abb962 100644
--- a/contrib/crossrpms/gcc/gccnewlib.add
+++ b/contrib/crossrpms/gcc/gccnewlib.add
@@ -58,6 +58,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.2.4
%endif
+%if 0%{?rhel6}
+%global mpc_provided %{nil}
+%global mpfr_provided 2.4.1
+%global gmp_provided 4.3.1
+%endif
+
%if 0%{?rhel5}
%global mpc_provided %{nil}
%global mpfr_provided %{nil}
@@ -160,6 +166,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}
+%{?rhel6:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif