forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user