2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.am: Use shared bsp_predriver_hook.
This commit is contained in:
Joel Sherrill
2008-05-06 22:39:47 +00:00
parent e6a4446812
commit 9137e0ca68
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Use shared bsp_predriver_hook.
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: Grammar.

View File

@@ -28,7 +28,7 @@ noinst_PROGRAMS += startup.rel
startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../gp32/startup/bspstart.c ../gp32/startup/exit.c startup/memmap.c \
../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
../../shared/bsppredriverhook.c ../../shared/gnatinstallhandler.c
startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)