2001-03-30 Eric Valette <valette@crf.canon.fr>

* configure.in, motorola_powerpc/Makefile.am,
	motorola_powerpc/configure.in: These modifications are in
	support of switching the mpc8xx to the use the "new exception
	processing model."
This commit is contained in:
Joel Sherrill
2001-04-06 16:02:40 +00:00
parent 969de1f378
commit 82e87e9438
4 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2001-03-30 Eric Valette <valette@crf.canon.fr>
* configure.in, motorola_powerpc/Makefile.am,
motorola_powerpc/configure.in: These modifications are in
support of switching the mpc8xx to the use the "new exception
processing model."
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -20,6 +20,8 @@ RTEMS_PROJECT_ROOT
RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)
AC_CONFIG_SUBDIRS($bspdir)
AM_CONDITIONAL(need_shared, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
# Explicitly list all Makefiles here
AC_OUTPUT(
Makefile

View File

@@ -7,8 +7,10 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
SUBDIRS = clock console include pci residual openpic irq vectors start \
if need_motorola_powerpc
SUBDIRS = include clock console pci residual openpic irq vectors start \
startup bootloader motorola wrapup
endif
include $(top_srcdir)/../../bsp.am

View File

@@ -22,6 +22,7 @@ RTEMS_CHECK_NETWORKING
RTEMS_CANONICAL_HOST
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
AM_CONDITIONAL(need_motorola_powerpc, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
RTEMS_PROJECT_ROOT