Changeset 08f086ea in rtems


Ignore:
Timestamp:
10/21/04 12:36:47 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5523d789
Parents:
b3a78e34
Message:

Add libcpu and exception handling rels.

Location:
c/src/lib/libbsp/powerpc/mvme5500
Files:
2 edited

Legend:

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

    rb3a78e34 r08f086ea  
    44        Reformat. Cosmetics.
    55        * wrapup/Makefile.am: Build networking.rel conditionally.
     6        Add libcpu and exception handling rels.
    67        * startup/bspstart.c: Eliminate RTEMS fixed size types.
    78
  • c/src/lib/libbsp/powerpc/mvme5500/wrapup/Makefile.am

    rb3a78e34 r08f086ea  
    88CLEANFILES = ../libbsp.a
    99___libbsp_a_SOURCES =
    10 ___libbsp_a_LIBADD = ../pclock$(LIB_VARIANT).rel ../console$(LIB_VARIANT).rel \
    11     ../irq$(LIB_VARIANT).rel ../pci$(LIB_VARIANT).rel \
    12     ../startup$(LIB_VARIANT).rel ../tod$(LIB_VARIANT).rel \
    13     ../vectors$(LIB_VARIANT).rel ../GT64260$(LIB_VARIANT).rel
     10___libbsp_a_LIBADD = ../pclock$(LIB_VARIANT).rel \
     11    ../console$(LIB_VARIANT).rel ../irq$(LIB_VARIANT).rel \
     12    ../pci$(LIB_VARIANT).rel ../startup$(LIB_VARIANT).rel \
     13    ../tod$(LIB_VARIANT).rel ../vectors$(LIB_VARIANT).rel \
     14    ../GT64260$(LIB_VARIANT).rel
    1415if HAS_NETWORKING
    1516    ../network$(LIB_VARIANT).rel
    1617endif
    1718___libbsp_a_LIBADD += ../vme$(LIB_VARIANT).rel
     19___libbsp_a_LIBADD += \
     20    ../../../../libcpu/@RTEMS_CPU@/shared/cpuIdent$(LIB_VARIANT).rel \
     21    ../../../../libcpu/@RTEMS_CPU@/shared/stack$(LIB_VARIANT).rel \
     22    ../../../../libcpu/@RTEMS_CPU@/shared/cache$(LIB_VARIANT).rel \
     23    ../@exceptions@/rtems-cpu$(LIB_VARIANT).rel \
     24    ../../../../libcpu/$(RTEMS_CPU)/mpc6xx/clock$(LIB_VARIANT).rel \
     25    ../../../../libcpu/$(RTEMS_CPU)/mpc6xx/exceptions$(LIB_VARIANT).rel \
     26    ../../../../libcpu/$(RTEMS_CPU)/mpc6xx/mmu$(LIB_VARIANT).rel \
     27    ../../../../libcpu/$(RTEMS_CPU)/mpc6xx/timer$(LIB_VARIANT).rel
    1828
    1929EXTRA_LIBRARIES += ../libbsp_g.a
Note: See TracChangeset for help on using the changeset viewer.