From 85982c6846c1eec195042321ef7338d15c729330 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Wed, 12 Dec 2007 01:13:29 +0000 Subject: [PATCH] 2007-12-11 Till Straumann * Makefile.am: don't normally build-in test code (ppc_exc_test.c). --- c/src/lib/libcpu/powerpc/ChangeLog | 5 +++++ c/src/lib/libcpu/powerpc/Makefile.am | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index c660037fb7..bbf218f76a 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2007-12-11 Till Straumann + + * Makefile.am: don't normally build-in test code + (ppc_exc_test.c). + 2007-12-11 Till Straumann * Makefile.am, new-exceptions/bspsupport/README: diff --git a/c/src/lib/libcpu/powerpc/Makefile.am b/c/src/lib/libcpu/powerpc/Makefile.am index cf3ab7c5a2..ecbf32f9f6 100644 --- a/c/src/lib/libcpu/powerpc/Makefile.am +++ b/c/src/lib/libcpu/powerpc/Makefile.am @@ -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)