forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* sh7032/Makefile.am, sh7045/Makefile.am, sh7750/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
|
||||
|
||||
|
||||
@@ -20,25 +20,25 @@ include_rtems_score_HEADERS = include/ispsh7045.h include/iosh7045.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)
|
||||
|
||||
# sci
|
||||
noinst_PROGRAMS += sci.rel
|
||||
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)
|
||||
|
||||
# score
|
||||
noinst_PROGRAMS += score.rel
|
||||
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)
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
@@ -21,25 +21,25 @@ include_rtems_score_HEADERS = include/rtems/score/sh7750_regs.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)
|
||||
|
||||
## sci
|
||||
noinst_PROGRAMS += sci.rel
|
||||
sci_rel_SOURCES = sci/sh4uart.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/ispsh7750.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user