summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-03 07:28:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-04 10:13:27 +0200
commit8621ed3806677c13553b560e1661e466c70d3021 (patch)
tree0eeb80847eb8956cacdbc9ca8e76bb89eb2e7d49 /c/src/aclocal
parentbsps: Move version.c and use bspopts.h (diff)
downloadrtems-8621ed3806677c13553b560e1661e466c70d3021.tar.bz2
bsps: Move config macros to RTEMS_BSP_CONFIGURE
Provide HAS_NETWORKING and HAS_SMP Automake conditionals for all BSPs. This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/bsp-configure.m49
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index 394d64acbc..2b892e5852 100644
--- a/c/src/aclocal/bsp-configure.m4
+++ b/c/src/aclocal/bsp-configure.m4
@@ -31,7 +31,16 @@ echo "#endif /* __BSP_OPTIONS_H */" >>$tmp/config.h
])
RTEMS_PROJECT_ROOT
+ RTEMS_PROG_CC_FOR_TARGET
+ RTEMS_CANONICALIZE_TOOLS
+ RTEMS_PROG_CCAS
+
RTEMS_CHECK_MULTIPROCESSING
+ RTEMS_CHECK_NETWORKING
+ RTEMS_CHECK_SMP
+
+ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
+ AM_CONDITIONAL(HAS_SMP,test "$rtems_cv_HAS_SMP" = "yes")
RTEMS_BSP_BOOTCARD_OPTIONS