summaryrefslogtreecommitdiff
path: root/tester/rtems
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-23 17:42:54 +1000
committerChris Johns <chrisj@rtems.org>2018-04-23 17:45:41 +1000
commit25863503edb513e7501481ff2074c02bf219f519 (patch)
tree7a7020b825b12c7aa39613552237973b808cfbfb /tester/rtems
parentec419a05ee52869a7d5b8712ea8e7a7d74fde096 (diff)
tester: Fix the configure debug option.
The option is --enable-rtems-debug and not --enable-debug.
Diffstat (limited to 'tester/rtems')
-rw-r--r--tester/rtems/rtems-bsps.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/rtems/rtems-bsps.ini b/tester/rtems/rtems-bsps.ini
index 2b1055b..f04f278 100644
--- a/tester/rtems/rtems-bsps.ini
+++ b/tester/rtems/rtems-bsps.ini
@@ -169,8 +169,8 @@ tests = --enable-tests
#
# The options for each varations.
#
-debug = --enable-debug
-no-debug = --disable-debug
+debug = --enable-rtems-debug
+no-debug = --disable-rtems-debug
profiling = --enable-profiling
no-profiling = --disable-profiling
smp = --enable-smp