Changeset b9e6c6b in rtems


Ignore:
Timestamp:
07/31/02 15:01:53 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d6f4c1b6
Parents:
35fc54b1
Message:

2002-07-31 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Use libscore.a.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r35fc54b1 rb9e6c6b  
     12002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * wrapup/Makefile.am: Use libscore.a.
     4
    152002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/wrapup/Makefile.am

    r35fc54b1 rb9e6c6b  
    1212CPU_OBJS = ../score/cpu/$(RTEMS_CPU)/$(ARCH)/libscorecpu.a
    1313endif
    14 CORE_OBJS = $(wildcard ../score/src/$(ARCH)/*.$(OBJEXT))
     14CORE_OBJS = ../score/src/$(ARCH)/libscore.a
    1515SAPI_OBJS = $(wildcard ../sapi/src/$(ARCH)/*.$(OBJEXT))
    1616RTEMS_OBJS = $(wildcard ../rtems/src/$(ARCH)/*.$(OBJEXT))
Note: See TracChangeset for help on using the changeset viewer.