summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-12-15 11:25:01 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-04 11:07:00 -0600
commitf5201df0dc70e4510c7a6862a96d66175fbbf514 (patch)
tree15d987c5f736df81896df34598294eeae6b03db7 /testsuites/libtests/configure.ac
parentpowerpc/qemuppc/configure.ac: Correct typo (diff)
downloadrtems-f5201df0dc70e4510c7a6862a96d66175fbbf514.tar.bz2
Remove M32R architecture
updates #2446.
Diffstat (limited to 'testsuites/libtests/configure.ac')
-rw-r--r--testsuites/libtests/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index a34bbb2d47..4941c5134a 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -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)