mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Same failures as gcc-4.4.7 plus lm32 does not build.
This commit is contained in:
parent
0bf00e2d80
commit
f02d3f95f4
@ -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"
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user