summaryrefslogtreecommitdiffstats
path: root/rtems/config/rtems-gcc-4.6.3-newlib-1.20.0-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-09 07:11:12 +1100
committerChris Johns <chrisj@rtems.org>2012-11-09 07:11:36 +1100
commitf02d3f95f4cd5965a15d405281a8812e9f78c78c (patch)
tree9ec2fbeabf0d8c822941d90af34b8212429c1748 /rtems/config/rtems-gcc-4.6.3-newlib-1.20.0-1.cfg
parentAdd rtems-4.11 support using gcc 4.6.3. (diff)
downloadrtems-source-builder-f02d3f95f4cd5965a15d405281a8812e9f78c78c.tar.bz2
Same failures as gcc-4.4.7 plus lm32 does not build.
Diffstat (limited to 'rtems/config/rtems-gcc-4.6.3-newlib-1.20.0-1.cfg')
-rw-r--r--rtems/config/rtems-gcc-4.6.3-newlib-1.20.0-1.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtems/config/rtems-gcc-4.6.3-newlib-1.20.0-1.cfg b/rtems/config/rtems-gcc-4.6.3-newlib-1.20.0-1.cfg
index a7838c8..5d78587 100644
--- a/rtems/config/rtems-gcc-4.6.3-newlib-1.20.0-1.cfg
+++ b/rtems/config/rtems-gcc-4.6.3-newlib-1.20.0-1.cfg
@@ -19,7 +19,7 @@
# AVR C++ does not work.
# configure: error: unable to detect exception model
#
-%if %{_target} == xavr-rtems4.11
+%if %{_target} == avr-rtems4.11
%define enable_cxx 0
%endif
@@ -27,7 +27,7 @@
# M32C C++ does not work.
# gcc-4.4.7/libstdc++-v3/src/mt_allocator.cc:76: error: cast from 'void*' to 'size_t' loses precision
#
-%if %{_target} == xm32c-rtems4.11
+%if %{_target} == m32c-rtems4.11
%define enable_cxx 0
%endif