Changeset 82e87e9 in rtems


Ignore:
Timestamp:
04/06/01 16:02:40 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ec112322
Parents:
969de1f3
Message:

2001-03-30 Eric Valette <valette@…>

  • 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."
Location:
c/src/lib/libbsp/powerpc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/ChangeLog

    r969de1f3 r82e87e9  
     12001-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
    182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/powerpc/configure.in

    r969de1f3 r82e87e9  
    2121AC_CONFIG_SUBDIRS($bspdir)
    2222
     23AM_CONDITIONAL(need_shared, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
     24
    2325# Explicitly list all Makefiles here
    2426AC_OUTPUT(
  • c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am

    r969de1f3 r82e87e9  
    88# wrapup is the one that actually builds and installs the library
    99#  from the individual .rel files built in other directories
    10 SUBDIRS = clock console include pci residual openpic irq vectors start \
     10if need_motorola_powerpc
     11SUBDIRS = include clock console pci residual openpic irq vectors start \
    1112    startup bootloader motorola wrapup
     13endif
    1214
    1315include $(top_srcdir)/../../bsp.am
  • c/src/lib/libbsp/powerpc/motorola_powerpc/configure.in

    r969de1f3 r82e87e9  
    2323
    2424AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
     25AM_CONDITIONAL(need_motorola_powerpc, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
    2526
    2627RTEMS_PROJECT_ROOT
Note: See TracChangeset for help on using the changeset viewer.