summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:03:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 06:03:01 +0000
commit2bc236ba0d9a8fe3e725c42bf0c7f0336f61b377 (patch)
treeae9d6c457e992149e7e20d094124e9f8fea0df65 /cpukit/score/cpu/i386/Makefile.am
parent2005-01-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2bc236ba0d9a8fe3e725c42bf0c7f0336f61b377.tar.bz2
2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
Diffstat (limited to 'cpukit/score/cpu/i386/Makefile.am')
-rw-r--r--cpukit/score/cpu/i386/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/i386/Makefile.am b/cpukit/score/cpu/i386/Makefile.am
index e1701e1652..b52a2481e4 100644
--- a/cpukit/score/cpu/i386/Makefile.am
+++ b/cpukit/score/cpu/i386/Makefile.am
@@ -14,7 +14,7 @@ include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/i386.h \
noinst_LIBRARIES = libscorecpu.a
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
-libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
all-local: $(PREINSTALL_FILES)