summaryrefslogtreecommitdiffstats
path: root/source-builder/config/gcc-4.7-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-02-08 10:06:16 +1100
committerChris Johns <chrisj@rtems.org>2013-02-08 10:06:16 +1100
commit6a2003e687760c82898bf479181efc3756092b79 (patch)
treeec2ff0eab7ecb151a39ce4cb1b55a0263500b7a8 /source-builder/config/gcc-4.7-1.cfg
parentBinutils 2.23.1. (diff)
downloadrtems-source-builder-6a2003e687760c82898bf479181efc3756092b79.tar.bz2
Add support to turn on the "obsolete" arm-rtems4.11 target.
This indicate a bug in the gcc patches that should be making arm-rtems4.11 the standard EABI tools for RTEMS.
Diffstat (limited to '')
-rw-r--r--source-builder/config/gcc-4.7-1.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/source-builder/config/gcc-4.7-1.cfg b/source-builder/config/gcc-4.7-1.cfg
index 30b3d5e..519e2c8 100644
--- a/source-builder/config/gcc-4.7-1.cfg
+++ b/source-builder/config/gcc-4.7-1.cfg
@@ -148,6 +148,9 @@ Source22: ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
%{?with_plugin:--enable-plugin}%{!?with_plugin:--disable-plugin} \
--enable-newlib-io-c99-formats \
%{?with_iconv:--enable-newlib-iconv} \
+%if %{enable_obsolete}
+ --enable-obsolete \
+%endif
--enable-languages="$languages"
%if "%_host" != "%_build"