diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 942ff4373e..d43b08296e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-10-02 Joel Sherrill + + * configure.ac: Revert trash committed. Shell builds with m32c now. + 2008-10-02 Joel Sherrill * configure.ac, score/cpu/Makefile.am: Initial addition of M32C port. 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"])