2007-04-02 Joel Sherrill <joel@OARcorp.com>

* Makefile.am, configure.ac: Add dummy printk support so all tests
	link.
This commit is contained in:
Joel Sherrill
2007-04-02 11:14:48 +00:00
parent f056a6e8da
commit b348db5f10
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac: Add dummy printk support so all tests
link.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.

View File

@@ -18,7 +18,8 @@ noinst_PROGRAMS =
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
SUBDIRS = . tools
# XXX ignore tools since it doesn't build
SUBDIRS = .
include_HEADERS += ../../shared/tod.h
include_HEADERS += include/coverhd.h
@@ -49,7 +50,7 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
noinst_PROGRAMS += console.rel
console_rel_SOURCES = console/console.c
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

View File

@@ -17,7 +17,7 @@ RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
## RTEMS_CONFIG_BUILD_SUBDIRS(tools)
AM_CONDITIONAL([HAS_NETWORKING],test "$HAS_NETWORKING" = "yes")
AM_CONDITIONAL([HAS_FPSP],[test "$RTEMS_CPU_MODEL" = "m68040"])