summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7032
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:25:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:25:51 +0000
commitf00f70b59c08df7ec80b861ce731af09d8f2f86d (patch)
tree06d801f9ee31e44ec7f6260e4078ccc8e5fea5c6 /c/src/lib/libcpu/sh/sh7032
parent2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f00f70b59c08df7ec80b861ce731af09d8f2f86d.tar.bz2
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7032')
-rw-r--r--c/src/lib/libcpu/sh/sh7032/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/sh/sh7032/Makefile.am b/c/src/lib/libcpu/sh/sh7032/Makefile.am
index 0f7d52169c..bc1909afb5 100644
--- a/c/src/lib/libcpu/sh/sh7032/Makefile.am
+++ b/c/src/lib/libcpu/sh/sh7032/Makefile.am
@@ -19,31 +19,31 @@ include_rtems_score_HEADERS = include/ispsh7032.h include/iosh7032.h
# clock
noinst_PROGRAMS += clock.rel
clock_rel_SOURCES = clock/ckinit.c
-clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
# delay
noinst_PROGRAMS += delay.rel
delay_rel_SOURCES = delay/delay.c
-delay_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+delay_rel_CPPFLAGS = $(AM_CPPFLAGS)
delay_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
# sci
noinst_PROGRAMS += sci.rel
sci_rel_SOURCES = sci/sci.c
-sci_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+sci_rel_CPPFLAGS = $(AM_CPPFLAGS)
sci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
# score
noinst_PROGRAMS += score.rel
score_rel_SOURCES =score/cpu_asm.c score/ispsh7032.c
-score_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+score_rel_CPPFLAGS = $(AM_CPPFLAGS)
score_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)
endif