From f5201df0dc70e4510c7a6862a96d66175fbbf514 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Dec 2015 11:25:01 -0600 Subject: Remove M32R architecture updates #2446. --- cpukit/configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index f1589a878d..8436c916ad 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -388,8 +388,7 @@ AM_CONDITIONAL([RPCTOOLS],[test "$RPCGEN" = rpcgen \ # reloc backends 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) HAVE_LIBDL=yes ;; # bfin has an issue to resolve with libdl. See ticket #2252 bfin) @@ -463,7 +462,6 @@ score/cpu/i386/Makefile score/cpu/lm32/Makefile score/cpu/m68k/Makefile score/cpu/m32c/Makefile -score/cpu/m32r/Makefile score/cpu/mips/Makefile score/cpu/moxie/Makefile score/cpu/nios2/Makefile -- cgit v1.2.3