2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.ac: Revert trash committed. Shell builds with m32c now.
This commit is contained in:
Joel Sherrill
2008-10-02 21:47:29 +00:00
parent a2a40272d2
commit 640e9128fa
2 changed files with 5 additions and 9 deletions
+4
View File
@@ -1,3 +1,7 @@
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.
+1 -9
View File
@@ -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"])