From 7b2cb2234f66ab0ddfe28827e0777f0e847864eb Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Fri, 7 Dec 2007 18:42:40 +0000 Subject: [PATCH] 2007-12-07 Till Straumann * Makefile.am: must not add e500_raw_exc_init.c to xyz_SOURCES for mpc5xx --- c/src/lib/libcpu/powerpc/ChangeLog | 5 +++++ c/src/lib/libcpu/powerpc/Makefile.am | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 90cee6a3fa..448534d31a 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2007-12-07 Till Straumann + + * Makefile.am: must not add e500_raw_exc_init.c to + xyz_SOURCES for mpc5xx + 2007-12-06 Till Straumann * shared/include/cpuIdent.h, shared/include/cpuIdent.c: diff --git a/c/src/lib/libcpu/powerpc/Makefile.am b/c/src/lib/libcpu/powerpc/Makefile.am index 7c1a94ef04..dba10dc4c1 100644 --- a/c/src/lib/libcpu/powerpc/Makefile.am +++ b/c/src/lib/libcpu/powerpc/Makefile.am @@ -29,8 +29,7 @@ old_exceptions_rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) else noinst_PROGRAMS = new-exceptions/rtems-cpu.rel new_exceptions_rtems_cpu_rel_SOURCES = new-exceptions/cpu.c \ - new-exceptions/cpu_asm.S \ - new-exceptions/e500_raw_exc_init.c + new-exceptions/cpu_asm.S new_exceptions_rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) new_exceptions_rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) @@ -39,7 +38,8 @@ if !mpc5xx include_libcpu_HEADERS += new-exceptions/raw_exception.h noinst_PROGRAMS += new-exceptions/raw_exception.rel new_exceptions_raw_exception_rel_SOURCES = new-exceptions/raw_exception.c \ - new-exceptions/asm_utils.S + new-exceptions/asm_utils.S \ + new-exceptions/e500_raw_exc_init.c new_exceptions_raw_exception_rel_CPPFLAGS = $(AM_CPPFLAGS) new_exceptions_raw_exception_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) endif