From 844609f9f11c53956302c3b3b747ae510567de16 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 7 Jan 2005 06:57:39 +0000 Subject: 2005-01-07 Ralf Corsepius * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. --- c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am | 2 +- c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support') diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog index b79834b528..83ea877225 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog @@ -1,3 +1,7 @@ +2005-01-07 Ralf Corsepius + + * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. + 2005-01-02 Ralf Corsepius * Makefile.am: Remove build-variant support. diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am index 9bf9f8f998..3306e89970 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am @@ -8,7 +8,7 @@ include $(top_srcdir)/../../../../../automake/compile.am noinst_PROGRAMS = rtems-cpu.rel rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S -rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) include $(top_srcdir)/../../../../../automake/local.am 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 0a8dace0b4..f2a1579998 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-07 Ralf Corsepius + + * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. + 2005-01-02 Ralf Corsepius * Makefile.am: Remove build-variant support. 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 68bd1af614..902b8a8ad1 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 @@ -15,7 +15,7 @@ EXTRA_DIST = TODO irq_stub.S ppccache.c 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_CPPFLAGS = $(AM_CPPFLAGS) rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) PREINSTALL_DIRS = -- cgit v1.2.3