summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:57:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:57:39 +0000
commit844609f9f11c53956302c3b3b747ae510567de16 (patch)
treed3c994f9de9c2b2d3321dd4826740e746a4e6554 /c/src/librtems++/Makefile.am
parent2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-844609f9f11c53956302c3b3b747ae510567de16.tar.bz2
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
Diffstat (limited to 'c/src/librtems++/Makefile.am')
-rw-r--r--c/src/librtems++/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librtems++/Makefile.am b/c/src/librtems++/Makefile.am
index 3bb798e76a..34fbff8523 100644
--- a/c/src/librtems++/Makefile.am
+++ b/c/src/librtems++/Makefile.am
@@ -20,7 +20,7 @@ project_lib_LIBRARIES = librtems++.a
librtems___a_SOURCES = src/rtemsEvent.cc src/rtemsInterrupt.cc \
src/rtemsMessageQueue.cc src/rtemsSemaphore.cc src/rtemsStatusCode.cc \
src/rtemsTask.cc src/rtemsTimer.cc
-librtems___a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+librtems___a_CPPFLAGS = $(AM_CPPFLAGS)
endif
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)