summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:05:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:05:49 +0000
commita369ade90dea91af2face83fe0bdb233d0caa1cb (patch)
treed573bb4fce1b7ee420b2765ac7bed6345947b87f /cpukit/posix
parent2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de> (diff)
downloadrtems-a369ade90dea91af2face83fe0bdb233d0caa1cb.tar.bz2
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index c360047cec..88b51bfff7 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -152,7 +152,7 @@ AM_CPPFLAGS += -D__RTEMS_INSIDE__
noinst_LIBRARIES = libposix.a
libposix_a_SOURCES = $(C_FILES)
-libposix_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
all-local: $(PREINSTALL_FILES)
endif