summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-rtemsbsp.m4
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 16:36:12 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:22:07 +1000
commite1664027fe334db174ed74372138d3236f89b52c (patch)
tree3f21e5787f8445532c23c3278f7017386879a61d /aclocal/enable-rtemsbsp.m4
parentGenerate an error if no valid gcc is found when configure runs. (diff)
downloadrtems-e1664027fe334db174ed74372138d3236f89b52c.tar.bz2
Require the user to provide a BSP list when build SMP or MP.
Close 3383.
Diffstat (limited to '')
-rw-r--r--aclocal/enable-rtemsbsp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-rtemsbsp.m4
index 613a29e290..718275e1df 100644
--- a/aclocal/enable-rtemsbsp.m4
+++ b/aclocal/enable-rtemsbsp.m4
@@ -6,7 +6,7 @@ AC_DEFUN([RTEMS_ENABLE_RTEMSBSP],
AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])
AC_ARG_ENABLE(rtemsbsp,
[AS_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
-[BSPs to include in build])],
+[BSPs to include in build, required for SMP and MP builds])],
[case "${enable_rtemsbsp}" in
yes ) enable_rtemsbsp="" ;;
no ) enable_rtemsbsp="no" ;;