mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-28 21:32:09 +08:00
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Revert trash committed. Shell builds with m32c now.
This commit is contained in:
@@ -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
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user