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.
This commit is contained in:
Chris Johns
2013-02-08 10:06:16 +11:00
parent ad77f907dd
commit 6a2003e687
2 changed files with 12 additions and 0 deletions

View File

@@ -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"