2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am, configure.ac: Reflect having added mpc5xx.
This commit is contained in:
Ralf Corsepius
2004-03-08 15:37:31 +00:00
parent 0aee2be50e
commit 25f59b144c
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, configure.ac: Reflect having added mpc5xx.
2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc5xx/.cvsignore, mpc5xx/Makefile.am: New.

View File

@@ -8,7 +8,7 @@ include_rtems_powerpcdir = $(includedir)/rtems/powerpc
include_rtems_powerpc_HEADERS = rtems/powerpc/cache.h \
rtems/powerpc/debugmod.h
SUBDIRS = shared mpc505 mpc6xx mpc8260 mpc8xx ppc403
SUBDIRS = shared mpc5xx mpc505 mpc6xx mpc8260 mpc8xx ppc403
all-local: $(TMPINSTALL_FILES)

View File

@@ -21,7 +21,9 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "mpc750" \
AM_CONDITIONAL(shared, \
test "$RTEMS_CPU_MODEL" = "mpc5xx" \
|| test "$RTEMS_CPU_MODEL" = "mpc750" \
|| test "$RTEMS_CPU_MODEL" = "mpc7400" \
|| test "$RTEMS_CPU_MODEL" = "ppc603e" \
|| test "$RTEMS_CPU_MODEL" = "mpc604" \
@@ -33,6 +35,7 @@ AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "mpc750" \
## test on CPU type
AM_CONDITIONAL(mpc505, test "$RTEMS_CPU_MODEL" = "mpc505")
AM_CONDITIONAL(mpc5xx, test "$RTEMS_CPU_MODEL" = "mpc5xx")
AM_CONDITIONAL(mpc6xx, test "$RTEMS_CPU_MODEL" = "mpc6xx" \
|| test "$RTEMS_CPU_MODEL" = "mpc604" \
|| test "$RTEMS_CPU_MODEL" = "mpc7400" \
@@ -49,6 +52,7 @@ AM_CONDITIONAL(ppc405, test "$RTEMS_CPU_MODEL" = "ppc405")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
mpc5xx/Makefile
mpc505/Makefile
mpc8xx/Makefile
ppc403/Makefile