mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-19 10:50:57 +08:00
Corrected typo where "+ " was pasted in from another window.
Added c/src/lib/libbsp/m68k/mvme162/consolex/Makefile to list.
This commit is contained in:
@@ -119,6 +119,7 @@ c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/clock/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/console/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/consolex/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/include/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/startup/Makefile \
|
||||
c/src/lib/libbsp/m68k/mvme162/timer/Makefile \
|
||||
@@ -465,8 +466,9 @@ AC_ARG_ENABLE(rtems-inlines, \
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for disable-rtems-inlines option) ;;
|
||||
esac],[RTEMS_USE_MACROS=no])
|
||||
|
||||
+ AC_ARG_ENABLE(cpp, \
|
||||
+ [ --enable-cpp enable C++ support, and build the rtems++ library], \
|
||||
AC_ARG_ENABLE(cpp, \
|
||||
[ --enable-cpp enable C++ support, and build the rtems++ library], \
|
||||
[case "${enableval}" in
|
||||
yes) RTEMS_HAS_CPLUSPLUS=yes ;;
|
||||
no) RTEMS_HAS_CPLUSPLUS=no ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for enable-cpp option) ;;
|
||||
|
||||
Reference in New Issue
Block a user