summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:47:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:47:29 +0000
commit640e9128fae59e2cda3cbe5b2018fae1efc975b5 (patch)
tree4a2be2a2976b07e8b29362beb0a3e81d24441ac0 /cpukit
parent2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-640e9128fae59e2cda3cbe5b2018fae1efc975b5.tar.bz2
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Revert trash committed. Shell builds with m32c now.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac10
2 files changed, 5 insertions, 9 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 942ff4373e..d43b08296e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * configure.ac: Revert trash committed. Shell builds with m32c now.
+
+2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* configure.ac, score/cpu/Makefile.am: Initial addition of M32C port.
This is still a work in process but most tests do run on simulator.
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 2a8e08719f..d5306797c5 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -298,15 +298,7 @@ AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
-#case "${RTEMS_CPU}" in
-# m32c)
-# AM_CONDITIONAL([LIBSHELL],["no"])
-# ;;
-# *)
- AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
-# ;;
-#esac
-
+AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
AM_CONDITIONAL([LIBGNAT],[test x"$rtems_cv_HAS_POSIX_API" = x"yes" \
&& test x"$enable_ada" = x"yes"])