summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386
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
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')
-rw-r--r--cpukit/score/cpu/i386/ChangeLog4
-rw-r--r--cpukit/score/cpu/i386/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index d4bab6be16..4fa90d87f5 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de>
+
+ * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
+
2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.
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)