summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-22 12:57:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-22 12:57:01 +0000
commit12b31895cee188398841b63df93cf7cc9494c24f (patch)
treeb26a374979f88f7b82fc562d988d8c296e7385fe /contrib
parentRegenerate. (diff)
downloadrtems-12b31895cee188398841b63df93cf7cc9494c24f.tar.bz2
Disable plugins (broken).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/build.add1
-rw-r--r--contrib/crossrpms/gcc/gccnewlib.add7
2 files changed, 8 insertions, 0 deletions
diff --git a/contrib/crossrpms/gcc/build.add b/contrib/crossrpms/gcc/build.add
index 37df982de0..fa5134627a 100644
--- a/contrib/crossrpms/gcc/build.add
+++ b/contrib/crossrpms/gcc/build.add
@@ -54,6 +54,7 @@
--enable-threads \
--with-sysroot=%{_exec_prefix}/@tool_target@/sys-root \
%{?with_lto:--enable-lto}%{!?with_lto:--disable-lto} \
+ %{?with_plugin:--enable-plugin}%{!?with_plugin:--disable-plugin} \
%if %build_newlib
--enable-newlib-io-c99-formats \
%endif
diff --git a/contrib/crossrpms/gcc/gccnewlib.add b/contrib/crossrpms/gcc/gccnewlib.add
index 21656820f5..7b9570f2bf 100644
--- a/contrib/crossrpms/gcc/gccnewlib.add
+++ b/contrib/crossrpms/gcc/gccnewlib.add
@@ -22,10 +22,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_host_rpmprefix}gcc
+# FIXME: Disable lto for now, to avoid dependencies on libelf
%bcond_with lto
+# FIXME: Disamble python gdb scripts
+# ATM, no idea how to package them
%bcond_with pygdb
+# FIXME: Disable GCC-plugin
+# Bug in gcc-4.5-20100318, doesn't build them on x86_84 hosts.
+%bcond_with plugin
+
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1