summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/support/old_exception_processing
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-03 04:33:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-03 04:33:07 +0000
commitdb3fa142bb1d4dad52d5b8157c8d238b28d344ee (patch)
treefcd212f37bf66dceb56bbe96eef97e14c975f059 /c/src/lib/libbsp/powerpc/support/old_exception_processing
parent2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-db3fa142bb1d4dad52d5b8157c8d238b28d344ee.tar.bz2
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing')
-rw-r--r--c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am17
2 files changed, 6 insertions, 15 deletions
diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog
index a252ed0666..0a8dace0b4 100644
--- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * Makefile.am: Remove build-variant support.
+
2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 696/bsps
diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am
index 61b7ff11fa..68bd1af614 100644
--- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am
@@ -6,10 +6,6 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal
include $(top_srcdir)/../../../../../automake/compile.am
-EXTRA_PROGRAMS =
-CLEANFILES =
-noinst_DATA =
-
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = rtems/score/ppc_offs.h
@@ -17,20 +13,11 @@ AM_CPPFLAGS += -I$(srcdir)
EXTRA_DIST = TODO irq_stub.S ppccache.c
-EXTRA_PROGRAMS += rtems-cpu.rel
-CLEANFILES += rtems-cpu.rel
+noinst_PROGRAMS = rtems-cpu.rel
rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S rtems/score/ppc_offs.h
rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-EXTRA_PROGRAMS += rtems-cpu_g.rel
-CLEANFILES += rtems-cpu_g.rel
-rtems_cpu_g_rel_SOURCES = $(rtems_cpu_rel_SOURCES)
-rtems_cpu_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
-rtems_cpu_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-
-noinst_DATA += rtems-cpu$(LIB_VARIANT).rel
-
PREINSTALL_DIRS =
PREINSTALL_FILES =
@@ -43,7 +30,7 @@ $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h: rtems/score/ppc_offs.h $(PROJECT_INCL
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h
-CLEANFILES += $(PREINSTALL_FILES)
+CLEANFILES = $(PREINSTALL_FILES)
DISTCLEANFILES = $(PREINSTALL_DIRS)
include $(top_srcdir)/../../../../../automake/local.am