summaryrefslogtreecommitdiffstats
path: root/cpukit/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 /cpukit/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 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac2
1 files changed, 1 insertions, 1 deletions
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 ;;