Changeset c8f1338f in rtems
- Timestamp:
- 08/01/02 12:01:08 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 18dce91
- Parents:
- d66ca67
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rd66ca67 rc8f1338f 1 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Use librtems.a. 4 * wrapup/Makefile.am: Use libsapi.a. 5 1 6 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/wrapup/Makefile.am
rd66ca67 rc8f1338f 13 13 endif 14 14 CORE_OBJS = ../score/src/$(ARCH)/libscore.a 15 SAPI_OBJS = $(wildcard ../sapi/src/$(ARCH)/*.$(OBJEXT))16 RTEMS_OBJS = $(wildcard ../rtems/src/$(ARCH)/*.$(OBJEXT))15 SAPI_OBJS = ../sapi/src/$(ARCH)/libsapi.a 16 RTEMS_OBJS = ../rtems/src/$(ARCH)/librtems.a 17 17 18 18 if HAS_POSIX
Note: See TracChangeset
for help on using the changeset viewer.