mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
This commit is contained in:
@@ -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>
|
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
|
* wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
|
||||||
|
|||||||
@@ -97,6 +97,11 @@ cat << EOF > cpuopts.tmp
|
|||||||
#define __CPU_OPTIONS_h
|
#define __CPU_OPTIONS_h
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
RTEMS_CPUOPT([RTEMS_DEBUG],
|
||||||
|
[test x"${enable_rtems_debug}" = x"yes"],
|
||||||
|
[1],
|
||||||
|
[if RTEMS_DEBUG is enabled])
|
||||||
|
|
||||||
RTEMS_CPUOPT([USE_INLINES],
|
RTEMS_CPUOPT([USE_INLINES],
|
||||||
[! test x"${RTEMS_USE_MACROS}" = x"yes"],
|
[! test x"${RTEMS_USE_MACROS}" = x"yes"],
|
||||||
[1],
|
[1],
|
||||||
|
|||||||
Reference in New Issue
Block a user