forked from Imagelibrary/rtems
2007-03-28 Joel Sherrill <joel@OARcorp.com>
PR 1234/cpukit * libcsupport/Makefile.am: Provide printk() based implementation of __assert() to reduce dependencies in executables.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-03-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1234/cpukit
|
||||
* libcsupport/Makefile.am: Provide printk() based implementation of
|
||||
__assert() to reduce dependencies in executables.
|
||||
|
||||
2007-03-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1231/cpukit
|
||||
|
||||
@@ -33,7 +33,7 @@ include_rtems_zilog_HEADERS = include/zilog/z8036.h include/zilog/z8530.h \
|
||||
include/zilog/z8536.h
|
||||
|
||||
## General stuff
|
||||
ERROR_C_FILES = src/error.c
|
||||
ERROR_C_FILES = src/error.c src/__assert.c
|
||||
|
||||
ASSOCIATION_C_FILES = src/assoc.c src/assocnamebad.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user