[rtems-tools commit] tester: Fix the configure debug option.

Chris Johns chrisj at rtems.org
Mon Apr 23 07:45:54 UTC 2018


Module:    rtems-tools
Branch:    master
Commit:    25863503edb513e7501481ff2074c02bf219f519
Changeset: http://git.rtems.org/rtems-tools/commit/?id=25863503edb513e7501481ff2074c02bf219f519

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Apr 23 17:42:54 2018 +1000

tester: Fix the configure debug option.

The option is --enable-rtems-debug and not --enable-debug.

---

 tester/rtems/rtems-bsps.ini | 4 ++--
 1 file 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




More information about the vc mailing list