summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-12 18:43:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-12 18:43:54 +0000
commitd90c17d8e58b76c45ad7c72c6f4fdb13a2351dbb (patch)
tree70aa62f5a1a001a2385b2e1696e6d8147ea775b0
parentcca9b69f9c7f2646978cefc6c8ee4cbe602272d9 (diff)
2008-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* gcc/testsuite/ada/acats/Makefile.rtems: Invoke simsh correctly.
-rw-r--r--ChangeLog4
-rwxr-xr-xdo_one2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7704954..5329091 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* gcc/testsuite/ada/acats/Makefile.rtems: Invoke simsh correctly.
+2008-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * gcc/testsuite/ada/acats/Makefile.rtems: Invoke simsh correctly.
+
2008-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Update as trying this on gcc CFARM.
diff --git a/do_one b/do_one
index 4332312..2d6d05b 100755
--- a/do_one
+++ b/do_one
@@ -449,7 +449,7 @@ j_rtems()
qemu|pc386)
ENABLE_BSP="--enable-rtemsbsp=pc386"
ENABLE_BSP="${ENABLE_BSP} USE_COM1_AS_CONSOLE=1"
- ENABLE_BSP="${ENABLE_BSP} BSP_PRESS_KEY_FOR_RESET=0"
+ ENABLE_BSP="${ENABLE_BSP} BSP_PRESS_KEY_FOR_RESET=1"
;;
*)
ENABLE_BSP="--enable-rtemsbsp=${bspArg}"