Changeset ca9c287 in rtems
- Timestamp:
- 08/11/02 05:23:26 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2aabc030
- Parents:
- fef95c56
- Location:
- c/src/lib/libcpu/sparc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sparc/ChangeLog
rfef95c56 rca9c287 1 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * cache/Makefile.am: Use .$(OBJEXT) instead of .o. 4 * reg_win/Makefile.am: Use .$(OBJEXT) instead of .o. 5 * syscall/Makefile.am: Use .$(OBJEXT) instead of .o. 6 1 7 2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libcpu/sparc/cache/Makefile.am
rfef95c56 rca9c287 7 7 8 8 C_FILES = cache.c cache_aligned_malloc.c cache_manager.c 9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%. o)9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 10 11 11 include_libcpudir = $(includedir)/libcpu -
c/src/lib/libcpu/sparc/reg_win/Makefile.am
rfef95c56 rca9c287 7 7 8 8 S_FILES = window.S 9 reg_win_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%. o)9 reg_win_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 10 10 11 11 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -
c/src/lib/libcpu/sparc/syscall/Makefile.am
rfef95c56 rca9c287 11 11 noinst_HEADERS = syscall.h 12 12 13 syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%. o)13 syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
Note: See TracChangeset
for help on using the changeset viewer.