From 926e856a9af3a84f921b8b957bc26b642f65eba5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 23 Nov 2003 17:07:21 +0000 Subject: 2003-11-23 Ralf Corsepius * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT. --- cpukit/configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 54b255a983..b9adff2a91 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -97,6 +97,11 @@ cat << EOF > cpuopts.tmp #define __CPU_OPTIONS_h EOF +RTEMS_CPUOPT([RTEMS_DEBUG], + [test x"${enable_rtems_debug}" = x"yes"], + [1], + [if RTEMS_DEBUG is enabled]) + RTEMS_CPUOPT([USE_INLINES], [! test x"${RTEMS_USE_MACROS}" = x"yes"], [1], -- cgit v1.2.3