2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
	routine.
This commit is contained in:
Joel Sherrill
2008-08-21 19:33:55 +00:00
parent 21c9770eff
commit 6e2ac9ce6c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
routine.
2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, preinstall.am: Need tm27.h

View File

@@ -26,7 +26,7 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../gp32/startup/bspstart.c ../gp32/startup/exit.c startup/memmap.c \
../gp32/startup/bspstart.c ../gp32/startup/bspclean.c startup/memmap.c \
../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/bsppredriverhook.c ../../shared/gnatinstallhandler.c
console_SOURCES = ../gp32/console/uart.c ../../shared/console.c