From f97f0c74f4a449800142e3ce394303135e9d0a3c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 7 Jan 2005 06:19:08 +0000 Subject: 2005-01-07 Ralf Corsepius * mpc505/Makefile.am, mpc5xx/Makefile.am, mpc6xx/Makefile.am, mpc8260/Makefile.am, mpc8xx/Makefile.am, ppc403/Makefile.am, shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. --- c/src/lib/libcpu/powerpc/mpc5xx/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libcpu/powerpc/mpc5xx') diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/Makefile.am b/c/src/lib/libcpu/powerpc/mpc5xx/Makefile.am index 78fc6f9505..6047923db1 100644 --- a/c/src/lib/libcpu/powerpc/mpc5xx/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc5xx/Makefile.am @@ -17,7 +17,7 @@ include_HEADERS = include/mpc5xx.h ## clock noinst_PROGRAMS += clock.rel clock_rel_SOURCES = clock/clock.c -clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +clock_rel_CPPFLAGS = $(AM_CPPFLAGS) clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) ## console-generic @@ -25,7 +25,7 @@ include_mpc5xx_HEADERS = include/console.h noinst_PROGRAMS += console-generic.rel console_generic_rel_SOURCES = console-generic/console-generic.c -console_generic_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +console_generic_rel_CPPFLAGS = $(AM_CPPFLAGS) console_generic_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) ## exceptions @@ -33,7 +33,7 @@ include_libcpu_HEADERS = exceptions/raw_exception.h noinst_PROGRAMS += exceptions.rel exceptions_rel_SOURCES = exceptions/raw_exception.c -exceptions_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +exceptions_rel_CPPFLAGS = $(AM_CPPFLAGS) exceptions_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) ## irq @@ -41,13 +41,13 @@ include_libcpu_HEADERS += irq/irq.h noinst_PROGRAMS += irq.rel irq_rel_SOURCES = irq/irq.c irq/irq_init.c irq/irq_asm.S -irq_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +irq_rel_CPPFLAGS = $(AM_CPPFLAGS) irq_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) ## timer noinst_PROGRAMS += timer.rel timer_rel_SOURCES = timer/timer.c -timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +timer_rel_CPPFLAGS = $(AM_CPPFLAGS) timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) ## vectors @@ -55,7 +55,7 @@ include_libcpu_HEADERS += vectors/vectors.h noinst_PROGRAMS += vectors.rel vectors_rel_SOURCES = vectors/vectors_init.c vectors/vectors.S -vectors_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +vectors_rel_CPPFLAGS = $(AM_CPPFLAGS) vectors_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) endif -- cgit v1.2.3