Remove M32R architecture

updates #2446.
This commit is contained in:
Joel Sherrill
2015-12-15 11:25:01 -06:00
committed by Joel Sherrill
parent ebcf458d03
commit f5201df0dc
30 changed files with 7 additions and 2335 deletions

View File

@@ -48,8 +48,7 @@ AM_CONDITIONAL(HAS_POSIX,test x"${rtems_cv_RTEMS_POSIX_API}" = x"yes")
# Must match the list in cpukit.
AC_MSG_CHECKING([whether CPU supports libdl])
case $RTEMS_CPU in
arm | i386 | m32r | m68k | mips | \
moxie | powerpc | sparc)
arm | i386 | m68k | mips | moxie | powerpc | sparc)
TEST_LIBDL=yes ;;
# bfin has an issue to resolve with libdl. See ticket #2252
bfin)