Changeset 82e87e9 in rtems
- Timestamp:
- 04/06/01 16:02:40 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ec112322
- Parents:
- 969de1f3
- Location:
- c/src/lib/libbsp/powerpc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/ChangeLog
r969de1f3 r82e87e9 1 2001-03-30 Eric Valette <valette@crf.canon.fr> 2 3 * configure.in, motorola_powerpc/Makefile.am, 4 motorola_powerpc/configure.in: These modifications are in 5 support of switching the mpc8xx to the use the "new exception 6 processing model." 7 1 8 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/powerpc/configure.in
r969de1f3 r82e87e9 21 21 AC_CONFIG_SUBDIRS($bspdir) 22 22 23 AM_CONDITIONAL(need_shared, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc") 24 23 25 # Explicitly list all Makefiles here 24 26 AC_OUTPUT( -
c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am
r969de1f3 r82e87e9 8 8 # wrapup is the one that actually builds and installs the library 9 9 # from the individual .rel files built in other directories 10 SUBDIRS = clock console include pci residual openpic irq vectors start \ 10 if need_motorola_powerpc 11 SUBDIRS = include clock console pci residual openpic irq vectors start \ 11 12 startup bootloader motorola wrapup 13 endif 12 14 13 15 include $(top_srcdir)/../../bsp.am -
c/src/lib/libbsp/powerpc/motorola_powerpc/configure.in
r969de1f3 r82e87e9 23 23 24 24 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 25 AM_CONDITIONAL(need_motorola_powerpc, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc") 25 26 26 27 RTEMS_PROJECT_ROOT
Note: See TracChangeset
for help on using the changeset viewer.