mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 14:46:42 +08:00
Suggested rephrasing of inline versus macros option by Chris Johns
<ccj@acm.org>.
This commit is contained in:
@@ -64,7 +64,7 @@ ac_help="$ac_help
|
||||
--enable-rdbg enable remote debugger"
|
||||
ac_help="$ac_help
|
||||
\
|
||||
--enable-rtems-inlines enable RTEMS inline functions (use macros)"
|
||||
--enable-rtems-inlines enable RTEMS inline functions, the default (disable to use macros)"
|
||||
ac_help="$ac_help
|
||||
\
|
||||
--enable-cxx enable C++ support, and build the rtems++ library"
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ AC_ARG_ENABLE(rdbg, \
|
||||
esac],[RTEMS_HAS_RDBG=no])
|
||||
|
||||
AC_ARG_ENABLE(rtems-inlines, \
|
||||
[ --enable-rtems-inlines enable RTEMS inline functions (use macros)], \
|
||||
[ --enable-rtems-inlines enable RTEMS inline functions, the default (disable to use macros)], \
|
||||
[case "${enableval}" in
|
||||
yes) RTEMS_USE_MACROS=no ;;
|
||||
no) RTEMS_USE_MACROS=yes ;;
|
||||
|
||||
Reference in New Issue
Block a user