forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user