From 6a2003e687760c82898bf479181efc3756092b79 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 8 Feb 2013 10:06:16 +1100 Subject: 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. --- source-builder/config/gcc-4.7-1.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source-builder/config/gcc-4.7-1.cfg') 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" -- cgit v1.2.3