summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 07:02:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 07:02:33 +0000
commit4f647b954a4fef64c000c5cf37885563f5c88a20 (patch)
tree88a448958cbaeaa8fd9b31055ca9b5dd9b2f20c2 /c/src/librdbg
parent2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4f647b954a4fef64c000c5cf37885563f5c88a20.tar.bz2
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.
Diffstat (limited to 'c/src/librdbg')
-rw-r--r--c/src/librdbg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librdbg/Makefile.am b/c/src/librdbg/Makefile.am
index 168419f27e..f07a1a55bd 100644
--- a/c/src/librdbg/Makefile.am
+++ b/c/src/librdbg/Makefile.am
@@ -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