2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>

* sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
	Eliminate CFLAGS_OPTIMIZE_V.
This commit is contained in:
Ralf Corsepius
2005-01-07 06:25:51 +00:00
parent 83a0a8a26a
commit f00f70b59c
4 changed files with 18 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
Eliminate CFLAGS_OPTIMIZE_V.
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:

View File

@@ -19,31 +19,31 @@ include_rtems_score_HEADERS = include/ispsh7032.h include/iosh7032.h
# clock # clock
noinst_PROGRAMS += clock.rel noinst_PROGRAMS += clock.rel
clock_rel_SOURCES = clock/ckinit.c clock_rel_SOURCES = clock/ckinit.c
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
# delay # delay
noinst_PROGRAMS += delay.rel noinst_PROGRAMS += delay.rel
delay_rel_SOURCES = delay/delay.c delay_rel_SOURCES = delay/delay.c
delay_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) delay_rel_CPPFLAGS = $(AM_CPPFLAGS)
delay_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) delay_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
# sci # sci
noinst_PROGRAMS += sci.rel noinst_PROGRAMS += sci.rel
sci_rel_SOURCES = sci/sci.c sci_rel_SOURCES = sci/sci.c
sci_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) sci_rel_CPPFLAGS = $(AM_CPPFLAGS)
sci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) sci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
# score # score
noinst_PROGRAMS += score.rel noinst_PROGRAMS += score.rel
score_rel_SOURCES =score/cpu_asm.c score/ispsh7032.c 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) score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
## timer ## timer
noinst_PROGRAMS += timer.rel noinst_PROGRAMS += timer.rel
timer_rel_SOURCES = timer/timer.c timer_rel_SOURCES = timer/timer.c
timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif

View File

@@ -20,25 +20,25 @@ include_rtems_score_HEADERS = include/ispsh7045.h include/iosh7045.h
# clock # clock
noinst_PROGRAMS += clock.rel noinst_PROGRAMS += clock.rel
clock_rel_SOURCES = clock/ckinit.c clock_rel_SOURCES = clock/ckinit.c
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
# sci # sci
noinst_PROGRAMS += sci.rel noinst_PROGRAMS += sci.rel
sci_rel_SOURCES = sci/sci.c sci/sci_termios.c sci_rel_SOURCES = sci/sci.c sci/sci_termios.c
sci_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) sci_rel_CPPFLAGS = $(AM_CPPFLAGS)
sci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) sci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
# score # score
noinst_PROGRAMS += score.rel noinst_PROGRAMS += score.rel
score_rel_SOURCES = score/cpu_asm.c score/ispsh7045.c score_rel_SOURCES = score/cpu_asm.c score/ispsh7045.c
score_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) score_rel_CPPFLAGS = $(AM_CPPFLAGS)
score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
## timer ## timer
noinst_PROGRAMS += timer.rel noinst_PROGRAMS += timer.rel
timer_rel_SOURCES = timer/timer.c timer_rel_SOURCES = timer/timer.c
timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif

View File

@@ -21,25 +21,25 @@ include_rtems_score_HEADERS = include/rtems/score/sh7750_regs.h \
## clock ## clock
noinst_PROGRAMS += clock.rel noinst_PROGRAMS += clock.rel
clock_rel_SOURCES = clock/ckinit.c clock_rel_SOURCES = clock/ckinit.c
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
## sci ## sci
noinst_PROGRAMS += sci.rel noinst_PROGRAMS += sci.rel
sci_rel_SOURCES = sci/sh4uart.c sci_rel_SOURCES = sci/sh4uart.c
sci_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) sci_rel_CPPFLAGS = $(AM_CPPFLAGS)
sci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) sci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
## score ## score
noinst_PROGRAMS += score.rel noinst_PROGRAMS += score.rel
score_rel_SOURCES = score/cpu_asm.c score/ispsh7750.c score_rel_SOURCES = score/cpu_asm.c score/ispsh7750.c
score_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) score_rel_CPPFLAGS = $(AM_CPPFLAGS)
score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
## timer ## timer
noinst_PROGRAMS += timer.rel noinst_PROGRAMS += timer.rel
timer_rel_SOURCES = timer/timer.c timer_rel_SOURCES = timer/timer.c
timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif