summaryrefslogtreecommitdiffstats
path: root/c/src/tests/mptests
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/mptests')
-rw-r--r--c/src/tests/mptests/ChangeLog5
-rw-r--r--c/src/tests/mptests/configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/c/src/tests/mptests/ChangeLog b/c/src/tests/mptests/ChangeLog
index dc7e8d772f..0c813e0abf 100644
--- a/c/src/tests/mptests/ChangeLog
+++ b/c/src/tests/mptests/ChangeLog
@@ -1,5 +1,10 @@
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Remove CC_CFLAGS_DEBUG_V.
+ CC_CFLAGS_DEFAULT (obsolete).
+
+2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Remove CC_CFLAGS_PROFILE_V.
Remove CC_LDFLAGS_PROFILE_V.
diff --git a/c/src/tests/mptests/configure.ac b/c/src/tests/mptests/configure.ac
index fe2ac4e707..d8ade7d8af 100644
--- a/c/src/tests/mptests/configure.ac
+++ b/c/src/tests/mptests/configure.ac
@@ -29,8 +29,6 @@ RTEMS_CHECK_MULTIPROCESSING
AC_SUBST(BARE_CPU_CFLAGS)
AC_SUBST(BARE_CPU_MODEL)
-AC_SUBST(CC_CFLAGS_DEFAULT)
-AC_SUBST(CC_CFLAGS_DEBUG_V)
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")