summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-28 07:14:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-28 07:14:34 +0000
commit91f706a50173d54abd972d29df357482a0c9b983 (patch)
tree2eb6ffb655bf7343c1870eb9afaf2e2d83e116c8 /cpukit
parent2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-91f706a50173d54abd972d29df357482a0c9b983.tar.bz2
2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove RTEMS_CPUOPT([RTEMS_MULTILIBS],..). (Unused).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/configure.ac5
2 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a8079c0561..14a093ccbb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: Remove RTEMS_CPUOPT([RTEMS_MULTILIBS],..).
+ (Unused).
+
2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
* monitor/mon-prmisc.c, monitor/monitor.h: Let rtems_monitor_dump
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index d72d438250..70b58dff8b 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -141,11 +141,6 @@ RTEMS_CPUOPT([RTEMS_ITRON_API],
[1],
[if itron api is supported])
-RTEMS_CPUOPT([RTEMS_MULTILIBS],
- [test x"$RTEMS_MULTILIBS" = x"yes"],
- [1],
- [using multilib'ed RTEMS])
-
RTEMS_CPUOPT([RTEMS_MULTIPROCESSING],
[test x"$enable_multiprocessing" = x"yes"],
[1],