summaryrefslogtreecommitdiffstats
path: root/config/rtems-bsps.ini
diff options
context:
space:
mode:
Diffstat (limited to 'config/rtems-bsps.ini')
-rw-r--r--config/rtems-bsps.ini28
1 files changed, 14 insertions, 14 deletions
diff --git a/config/rtems-bsps.ini b/config/rtems-bsps.ini
index 93156fb..d5de667 100644
--- a/config/rtems-bsps.ini
+++ b/config/rtems-bsps.ini
@@ -156,23 +156,23 @@ smp-network-debug = config:base, config:smp, config:network, config:debug
#
# Base set of configure options every build needs.
#
-base = --target=@ARCH@-rtems@RTEMS_VERSION@
- --enable-rtemsbsp=@BSP@
- --prefix=@PREFIX@
+base = --prefix=@PREFIX@
+ --top=@RTEMS@
+ --rtems-config=config-@ARCH@-@BSP@-@BUILD@.ini
#
# Tests.
#
-tests = --enable-tests
+tests = BUILD_TESTS=True
#
# The options for each varations.
#
-debug = --enable-rtems-debug
-no-debug = --disable-rtems-debug
-profiling = --enable-profiling
-no-profiling = --disable-profiling
-smp = --enable-smp
-no-smp = --disable-smp
-posix = --enable-posix
-no-posix = --disable-posix
-network = --enable-networking
-no-network = --disable-networking
+debug = RTEMS_DEBUG=True
+no-debug = RTEMS_DEBUG=False
+profiling = RTEMS_PROFILING=True
+no-profiling = RTEMS_PROFILING=False
+smp = RTEMS_SMP=True
+no-smp = RTEMS_SMP=False
+posix = RTEMS_POSIX_API=True
+no-posix = RTEMS_POSIX_API=False
+network = RTEMS_NETWORKING=True
+no-network = RTEMS_NETWORKING=False