2001-02-27 Joel Sherrill <joel@OARcorp.com>

* startup/Makefile.am: Added rtems-stub-glue.c to C_FILES.
This commit is contained in:
Joel Sherrill
2002-02-27 22:18:47 +00:00
parent 0694dbab39
commit 3f1c12435f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-02-27 Joel Sherrill <joel@OARcorp.com>
* startup/Makefile.am: Added rtems-stub-glue.c to C_FILES.
2002-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/Makefile.am: Now compile the gdb stub.

View File

@@ -9,7 +9,7 @@ VPATH = @srcdir@:@srcdir@/../../shared/gdbstub:@srcdir@/../../../shared
PGM = $(ARCH)/startup.rel
C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
gnatinstallhandler.c setvec.c mips-stub.c gdb-support.c
gnatinstallhandler.c setvec.c mips-stub.c gdb-support.c rtems-stub-glue.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)