From f98abbe0ebed3787b30236b370538956c9c695ca Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 6 Nov 2014 13:08:48 +1100 Subject: libdl: Disable building libdl for the NIOS2. No relocation support. This should have been added. --- testsuites/libtests/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests') 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 ;; -- cgit v1.2.3