summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2005-04-28 15:21:39 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2005-04-28 15:21:39 +0000
commitd3edb9ec9cfe103e43e089359d8229fc419f862f (patch)
tree317ef2d4ea9bd6fc62c7fc7cb9fc80ae9cac4757 /cpukit
parent2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com> (diff)
downloadrtems-d3edb9ec9cfe103e43e089359d8229fc419f862f.tar.bz2
2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>
* configure.ac: Remove or32-rtems
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 8efb3c3138..80d25ce5ab 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>
+
+ * configure.ac: Remove or32-rtems
+
2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/cpu/Makefile.am: Remove or32 (target abandoned).
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 21763c5640..7df0e971ff 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -52,7 +52,6 @@ AS_IF([test x"$HAS_NETWORKING" = x"yes"],[
AC_MSG_CHECKING([whether CPU supports librpc])
case "$RTEMS_CPU" in
c4x ) LIBRPC=no;;
- or32 ) LIBRPC=no;;
* ) LIBRPC=yes;;
esac
AC_MSG_RESULT([$LIBRPC])
@@ -296,7 +295,6 @@ score/cpu/h8300/Makefile
score/cpu/i386/Makefile
score/cpu/m68k/Makefile
score/cpu/mips/Makefile
-score/cpu/or32/Makefile
score/cpu/powerpc/Makefile
score/cpu/sh/Makefile
score/cpu/sparc/Makefile