mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 13:57:49 +08:00
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libchip/Makefile.am, libnetworking/pppd/Makefile.am,
|
||||
libnetworking/rtems_servers/Makefile.am,
|
||||
libnetworking/rtems_telnetd/Makefile.am,
|
||||
librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
|
||||
Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Pass CFLAGS to testsuites configure.
|
||||
|
||||
@@ -20,7 +20,7 @@ include_libchip_HEADERS += ide/ata.h ide/ide_ctrl_cfg.h ide/ide_ctrl.h \
|
||||
|
||||
noinst_LIBRARIES += libide.a
|
||||
libide_a_SOURCES = ide/ata.c ide/ide_controller.c ide/ata_internal.h
|
||||
libide_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
libide_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
# network
|
||||
@@ -34,7 +34,7 @@ libnetchip_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
|
||||
noinst_LIBRARIES += libnetchip.a
|
||||
libnetchip_a_SOURCES = network/cs8900.c network/dec21140.c network/i82586.c \
|
||||
network/sonic.c network/if_fxp.c network/elnk.c network/open_eth.c
|
||||
libnetchip_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) \
|
||||
libnetchip_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||
$(libnetchip_CPPFLAGS)
|
||||
endif
|
||||
endif
|
||||
@@ -49,7 +49,7 @@ include_libchip_HEADERS += rtc/rtc.h rtc/icm7170.h rtc/m48t08.h \
|
||||
rtc/mc146818a.h
|
||||
|
||||
noinst_LIBRARIES += librtcio.a
|
||||
librtcio_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
librtcio_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
librtcio_a_SOURCES = rtc/rtcprobe.c rtc/icm7170.c rtc/icm7170_reg.c \
|
||||
rtc/icm7170_reg2.c rtc/icm7170_reg4.c rtc/icm7170_reg8.c rtc/m48t08.c \
|
||||
rtc/m48t08_reg.c rtc/m48t08_reg2.c rtc/m48t08_reg4.c rtc/m48t08_reg8.c \
|
||||
@@ -65,7 +65,7 @@ include_libchip_HEADERS += serial/mc68681.h serial/ns16550.h serial/z85c30.h \
|
||||
serial/serial.h serial/sersupp.h
|
||||
|
||||
noinst_LIBRARIES += libserialio.a
|
||||
libserialio_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
libserialio_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libserialio_a_SOURCES = serial/mc68681.c serial/mc68681_baud.c \
|
||||
serial/mc68681_reg.c serial/mc68681_reg2.c serial/mc68681_reg4.c \
|
||||
serial/mc68681_reg8.c serial/ns16550.c serial/z85c30.c \
|
||||
@@ -86,7 +86,7 @@ shmdr_rel_SOURCES = shmdr/addlq.c shmdr/cnvpkt.c shmdr/getlq.c shmdr/dump.c \
|
||||
shmdr/fatal.c shmdr/getpkt.c shmdr/init.c shmdr/initlq.c shmdr/intr.c \
|
||||
shmdr/mpisr.c shmdr/poll.c shmdr/receive.c shmdr/retpkt.c shmdr/send.c \
|
||||
shmdr/setckvec.c
|
||||
shmdr_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
shmdr_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
shmdr_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
|
||||
chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
|
||||
options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \
|
||||
rtemsmain.c rtemspppd.c pppd.h patchlevel.h pathnames.h
|
||||
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
# FIXME: Move sources to libpppd_a_SOURCES, remove other files.
|
||||
|
||||
@@ -11,7 +11,7 @@ include_HEADERS = ftpd.h
|
||||
|
||||
noinst_LIBRARIES += libftpd.a
|
||||
libftpd_a_SOURCES = ftpd.c ftpd.h
|
||||
libftpd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
libftpd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
@@ -12,7 +12,7 @@ include_rtems_HEADERS = pty.h telnetd.h
|
||||
|
||||
noinst_LIBRARIES += libtelnetd.a
|
||||
libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c
|
||||
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
@@ -17,7 +17,7 @@ include_rdbgdir = $(includedir)/rdbg
|
||||
include_rdbg_HEADERS = include/rdbg/rdbg.h include/rdbg/servrpc.h
|
||||
|
||||
noinst_LIBRARIES = librdbg.a
|
||||
librdbg_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
librdbg_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
librdbg_a_SOURCES = src/rdbg.c src/servcon.c src/servbkpt.c src/servrpc.c \
|
||||
src/excep.c src/servtgt.c src/servtsp.c src/servutil.c src/_servtgt.c \
|
||||
src/ptrace.c
|
||||
|
||||
+12
-12
@@ -10,62 +10,62 @@ project_lib_PROGRAMS =
|
||||
|
||||
project_lib_PROGRAMS += no-ext.rel
|
||||
no_ext_rel_SOURCES = sapi/no-ext.c
|
||||
no_ext_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_ext_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_ext_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-io.rel
|
||||
no_io_rel_SOURCES = sapi/no-io.c
|
||||
no_io_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_io_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_io_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-dpmem.rel
|
||||
no_dpmem_rel_SOURCES = rtems/no-dpmem.c
|
||||
no_dpmem_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_dpmem_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_dpmem_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-event.rel
|
||||
no_event_rel_SOURCES = rtems/no-event.c
|
||||
no_event_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_event_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_event_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-msg.rel
|
||||
no_msg_rel_SOURCES = rtems/no-msg.c
|
||||
no_msg_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_msg_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_msg_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-mp.rel
|
||||
no_mp_rel_SOURCES = rtems/no-mp.c
|
||||
no_mp_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_mp_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_mp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-part.rel
|
||||
no_part_rel_SOURCES = rtems/no-part.c
|
||||
no_part_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_part_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_part_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-region.rel
|
||||
no_region_rel_SOURCES = rtems/no-region.c
|
||||
no_region_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_region_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_region_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-rtmon.rel
|
||||
no_rtmon_rel_SOURCES = rtems/no-rtmon.c
|
||||
no_rtmon_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_rtmon_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_rtmon_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-sem.rel
|
||||
no_sem_rel_SOURCES = rtems/no-sem.c
|
||||
no_sem_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_sem_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_sem_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-signal.rel
|
||||
no_signal_rel_SOURCES = rtems/no-signal.c
|
||||
no_signal_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_signal_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_signal_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
project_lib_PROGRAMS += no-timer.rel
|
||||
no_timer_rel_SOURCES = rtems/no-timer.c
|
||||
no_timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
no_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
no_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
all-local: $(TMPINSTALL_FILES)
|
||||
|
||||
@@ -9,6 +9,6 @@ AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
|
||||
noinst_LIBRARIES = libsupport.a
|
||||
|
||||
libsupport_a_SOURCES = version.c
|
||||
libsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
libsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -11,7 +11,7 @@ include_HEADERS = ftpd.h
|
||||
|
||||
noinst_LIBRARIES += libftpd.a
|
||||
libftpd_a_SOURCES = ftpd.c ftpd.h
|
||||
libftpd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
libftpd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
@@ -14,7 +14,7 @@ libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
|
||||
chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
|
||||
options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \
|
||||
rtemsmain.c rtemspppd.c pppd.h patchlevel.h pathnames.h
|
||||
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
# FIXME: Move sources to libpppd_a_SOURCES, remove other files.
|
||||
|
||||
@@ -12,7 +12,7 @@ include_rtems_HEADERS = pty.h telnetd.h
|
||||
|
||||
noinst_LIBRARIES += libtelnetd.a
|
||||
libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c
|
||||
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
Reference in New Issue
Block a user