summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-07-24 05:45:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-07-24 05:45:28 +0000
commit6ea18279d9b85ae63b88935d13662cc7cbac84f6 (patch)
tree5d29f5621a39041df59c595ebcbf7c8d9c35c407 /contrib
parent2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6ea18279d9b85ae63b88935d13662cc7cbac84f6.tar.bz2
Remove support for Fedora 13.
Support rpmbuild --with iconv.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/gccnewlib.add10
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/crossrpms/gcc/gccnewlib.add b/contrib/crossrpms/gcc/gccnewlib.add
index 0e636cd821..9d2926aca1 100644
--- a/contrib/crossrpms/gcc/gccnewlib.add
+++ b/contrib/crossrpms/gcc/gccnewlib.add
@@ -37,6 +37,9 @@ BuildRequires: %{_host_rpmprefix}gcc
# Should be applicable to gcc >= 4.5.0
%bcond_with gcc_stdint
+# EXPERIMENTAL: Enable newlib's iconv
+%bcond_with iconv
+
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.2
@@ -62,12 +65,6 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
-%if 0%{?fc13}
-%global mpc_provided 0.8.1
-%global mpfr_provided 2.4.2
-%global gmp_provided 4.3.1
-%endif
-
%if 0%{?el6}
%global mpc_provided %{nil}
%global mpfr_provided 2.4.1
@@ -168,7 +165,6 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required}
%if %{defined cloog_required}
-%{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc14:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc15:BuildRequires: cloog-ppl-devel >= %cloog_required}
%{?fc16:BuildRequires: cloog-ppl-devel >= %cloog_required}