Same failures as gcc-4.4.7 plus lm32 does not build.

This commit is contained in:
Chris Johns 2012-11-09 07:11:12 +11:00
parent 0bf00e2d80
commit f02d3f95f4
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,8 @@ if [ $# -ne 1 ]; then
exit 1 exit 1
fi fi
targets="arm avr bfin h8300 lm32 m32c m32r m68k mips powerpc sh sparc" targets="arm avr bfin h8300 m32c m32r m68k mips powerpc sh sparc"
bad_targets="lm32"
log="rtems4.11-build-tools-results.txt" log="rtems4.11-build-tools-results.txt"

View File

@ -19,7 +19,7 @@
# AVR C++ does not work. # AVR C++ does not work.
# configure: error: unable to detect exception model # configure: error: unable to detect exception model
# #
%if %{_target} == xavr-rtems4.11 %if %{_target} == avr-rtems4.11
%define enable_cxx 0 %define enable_cxx 0
%endif %endif
@ -27,7 +27,7 @@
# M32C C++ does not work. # 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 # 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 %define enable_cxx 0
%endif %endif