2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
This commit is contained in:
Ralf Corsepius
2003-11-23 17:07:21 +00:00
parent 930ad0c0e6
commit 926e856a9a
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.

View File

@@ -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],