summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-12-16 18:14:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-12-16 18:14:09 +0000
commit7875d408be9655cf70e1201805e683fbf77834bf (patch)
treea8610ca148f07195cb0f88bf6552888b9ef783c9
parentBump GDB_RPMREL. (diff)
downloadrtems-7875d408be9655cf70e1201805e683fbf77834bf.tar.bz2
2007-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Revert Joel's 2007-06-13 NDEBUG patch.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac6
2 files changed, 4 insertions, 6 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 74c945d1a0..4729c5303d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Revert Joel's 2007-06-13 NDEBUG patch.
+
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/pheapallocatealigned.c, score/src/pheapgetblocksize.c:
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index bcd9c5fabd..c6206edbe4 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -206,12 +206,6 @@ RTEMS_CPUOPT([SIZEOF_CPU_CONTEXT],
[$ac_cv_sizeof_CPU_CONTEXT],
[The size of a 'CPU_CONTEXT', as computed by sizeof])
-RTEMS_CPUOPT([NDEBUG],
- [test x"${NDEBUG}" = x"1"],
- [1],
- [disable asserts]
-)
-
RTEMS_CPUOPT([__RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__],
[test x"${USE_TICKS_FOR_CPU_USAGE_STATISTICS}" = x"1"],
[1],