summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-11-06 13:08:48 +1100
committerChris Johns <chrisj@rtems.org>2014-11-06 13:09:54 +1100
commitf98abbe0ebed3787b30236b370538956c9c695ca (patch)
tree2e1066c2b809ec464c11c868ab9ffe1d03629699 /testsuites/libtests/configure.ac
parentlpc23xx_tli800-testsuite.tcfg: Add dl02 (diff)
downloadrtems-f98abbe0ebed3787b30236b370538956c9c695ca.tar.bz2
libdl: Disable building libdl for the NIOS2. No relocation support.
This should have been added.
Diffstat (limited to 'testsuites/libtests/configure.ac')
-rw-r--r--testsuites/libtests/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index 392e2a9ec0..7d4871d447 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -45,7 +45,7 @@ AM_CONDITIONAL(HAS_POSIX,test x"${rtems_cv_RTEMS_POSIX_API}" = x"yes")
AC_MSG_CHECKING([whether CPU supports libdl])
case $RTEMS_CPU in
arm | bfin | h8300 | i386 | lm32 | m32r | m68k | mips | \
- moxie | nios2 | powerpc | sparc | v850)
+ moxie | powerpc | sparc | v850)
HAVE_LIBDL=yes ;;
*)
HAVE_LIBDL=no ;;