2007-12-11 Till Straumann <strauman@slac.stanford.edu>

* Makefile.am: don't normally build-in test code
	(ppc_exc_test.c).
This commit is contained in:
Till Straumann
2007-12-12 01:13:29 +00:00
parent aea55715cd
commit 85982c6846
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-12-11 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am: don't normally build-in test code
(ppc_exc_test.c).
2007-12-11 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am, new-exceptions/bspsupport/README:

View File

@@ -47,7 +47,6 @@ noinst_PROGRAMS += new-exceptions/exc_bspsupport.rel
new_exceptions_exc_bspsupport_rel_SOURCES = \
new-exceptions/bspsupport/ppc_exc.S \
new-exceptions/bspsupport/ppc_exc_hdl.c \
new-exceptions/bspsupport/ppc_exc_test.c \
new-exceptions/bspsupport/vectors_init.c
new_exceptions_exc_bspsupport_rel_CPPFLAGS = $(AM_CPPFLAGS)
new_exceptions_exc_bspsupport_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)