summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-20 02:57:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-20 02:57:45 +0000
commitfd5e23acf1b8d969301448edc6c3708271f01c10 (patch)
tree3df909c8567529e37937c8a14c8e40ffbd277e0c /cpukit
parent2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fd5e23acf1b8d969301448edc6c3708271f01c10.tar.bz2
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/automake/compile.am5
2 files changed, 4 insertions, 5 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d2860d9319..0fd3d11615 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
+
+2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
* aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am
index 4f79d0eb9f..d51956f958 100644
--- a/cpukit/automake/compile.am
+++ b/cpukit/automake/compile.am
@@ -57,11 +57,6 @@ CPPFLAGS = @CPPFLAGS@ $(CPU_DEFINES) \
CFLAGS = @CFLAGS@ $(CPU_CFLAGS) $(XCFLAGS)
ASFLAGS = $(CPU_ASFLAGS) $(CPU_CFLAGS) $(XASFLAGS)
-## FIXME: This doesn't seem to be correct
-# when debugging, optimize flag: typically empty
-# some compilers do allow optimization with their "-g"
-CFLAGS_DEBUG_OPTIMIZE_V=-g
-
# profile flag; use gprof(1)
CFLAGS_PROFILE_V=-pg