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. --- cpukit/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index b3c818c861..d5b6eb377a 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -377,7 +377,7 @@ AM_CONDITIONAL([RPCTOOLS],[test "$RPCGEN" = rpcgen \ 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