Changeset 61a9008 in rtems
- Timestamp:
- 12/04/03 07:54:59 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6d2cdbd1
- Parents:
- 91a0c37
- Location:
- c/src/lib/libbsp/or32/orp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/or32/orp/ChangeLog
r91a0c37 r61a9008 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * startup/Makefile.am: Remove S_FILES. Cosmetics. 4 1 5 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/or32/orp/startup/Makefile.am
r91a0c37 r61a9008 8 8 9 9 C_FILES = bsplibc.c bsppost.c bspstart.c bspclean.c bootcard.c main.c sbrk.c \ 10 gnatinstallhandler.c setvec.c 10 gnatinstallhandler.c setvec.c 11 11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 12 12 13 S_FILES = 14 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 15 16 OBJS = $(C_O_FILES) $(S_O_FILES) 13 OBJS = $(C_O_FILES) 17 14 18 15 include $(top_srcdir)/../../../../automake/compile.am
Note: See TracChangeset
for help on using the changeset viewer.