forked from Imagelibrary/rtems
2001-10-26 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac: New libcpu support for mcf5206e.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-10-26 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am, configure.ac: New libcpu support for mcf5206e.
|
||||||
|
|
||||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ if m68040
|
|||||||
CPU_SUBDIR = m68040
|
CPU_SUBDIR = m68040
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if mcf5206
|
||||||
|
CPU_SUBDIR = mcf5206
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
|
SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../../automake/subdirs.am
|
include $(top_srcdir)/../../../../../automake/subdirs.am
|
||||||
|
|||||||
@@ -38,6 +38,13 @@ AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "m68020" \
|
|||||||
|
|
||||||
AM_CONDITIONAL(m68040, test "$RTEMS_CPU_MODEL" = "m68040")
|
AM_CONDITIONAL(m68040, test "$RTEMS_CPU_MODEL" = "m68040")
|
||||||
|
|
||||||
|
AM_CONDITIONAL(mcf5206, test "$RTEMS_CPU_MODEL" = "mcf5206")
|
||||||
|
|
||||||
|
case "$RTEMS_CPU_MODEL" in
|
||||||
|
mcf5206 ) AC_CONFIG_SUBDIRS([mcf5206]);;
|
||||||
|
*) ;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
shared/Makefile
|
shared/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user