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. --- rtems/config/rtems-gcc-4.7.2-newlib-1.20.0-1.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'rtems/config/rtems-gcc-4.7.2-newlib-1.20.0-1.cfg') diff --git a/rtems/config/rtems-gcc-4.7.2-newlib-1.20.0-1.cfg b/rtems/config/rtems-gcc-4.7.2-newlib-1.20.0-1.cfg index cb1dcf6..59d7ec8 100644 --- a/rtems/config/rtems-gcc-4.7.2-newlib-1.20.0-1.cfg +++ b/rtems/config/rtems-gcc-4.7.2-newlib-1.20.0-1.cfg @@ -35,6 +35,15 @@ %define enable_cxx 1 %endif +# +# If arm-rtems4.11 add --enable-obsolete. +# +%if %{_target} == arm-rtems4.11 +%define enable_obsolete 1 +%else +%define enable_obsolete 0 +%endif + # # The RTEMS 4.11 patches # -- cgit v1.2.3