Changeset 8d6eee18 in rtems
- Timestamp:
- 08/11/02 07:06:08 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c633eb4
- Parents:
- 0740a89
- Location:
- c/src/lib
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog
r0740a89 r8d6eee18 1 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Use .$(OBJEXT) instead of .o. 4 1 5 2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2 6 -
c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
r0740a89 r8d6eee18 7 7 8 8 C_FILES = cpu.c 9 C_O_FILES = $(C_FILES:%.c=${ARCH}/%. o)9 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) 10 10 11 11 include_rtems_scoredir = $(includedir)/rtems/score … … 14 14 15 15 S_FILES = cpu_asm.S 16 S_O_FILES = $(S_FILES:%.S=${ARCH}/%. o)16 S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT)) 17 17 18 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -
c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog
r0740a89 r8d6eee18 1 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Use .$(OBJEXT) instead of .o. 4 1 5 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am
r0740a89 r8d6eee18 7 7 # C source names 8 8 C_FILES = cpu.c 9 C_O_FILES = $(C_FILES:%.c=${ARCH}/%. o)9 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) 10 10 11 11 include_rtems_scoredir = $(includedir)/rtems/score … … 14 14 # Assembly source names 15 15 S_FILES = cpu_asm.S 16 S_O_FILES = $(S_FILES:%.S=${ARCH}/%. o)16 S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT)) 17 17 18 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -
c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog
r0740a89 r8d6eee18 1 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Use .$(OBJEXT) instead of .o. 4 1 5 2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2 6 -
c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog
r0740a89 r8d6eee18 1 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Use .$(OBJEXT) instead of .o. 4 1 5 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6
Note: See TracChangeset
for help on using the changeset viewer.