summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d1fb7f23da..5933bb88f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,13 +21,14 @@ AM_MAINTAINER_MODE
## These option are only in here to let --help report all supported
## options.
+RTEMS_ENABLE_RTEMSBSP
RTEMS_ENABLE_MULTIPROCESSING
+RTEMS_ENABLE_SMP
RTEMS_ENABLE_POSIX
RTEMS_ENABLE_NETWORKING
RTEMS_ENABLE_CXX
RTEMS_ENABLE_TESTS
RTEMS_ENABLE_RTEMS_DEBUG
-RTEMS_ENABLE_RTEMSBSP
RTEMS_ENABLE_PARAVIRT
RTEMS_ENABLE_DRVMGR