aboutsummaryrefslogtreecommitdiff
path: root/baseboards
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2013-02-11 13:31:44 -0700
committerRob Savoye <rob@welcomehome.org>2013-02-11 13:31:44 -0700
commitd8912f7d0567831f425115eaeb6ee915e8ea5b21 (patch)
tree8bd8b0ca252b1c24bdd6b59931bba7ed77077c68 /baseboards
parent33b71e46c0a27fee374a922eb0792b9c618c54a8 (diff)
downloaddejagnu-d8912f7d0567831f425115eaeb6ee915e8ea5b21.zip
dejagnu-d8912f7d0567831f425115eaeb6ee915e8ea5b21.tar.gz
dejagnu-d8912f7d0567831f425115eaeb6ee915e8ea5b21.tar.bz2
tweak serial config for Android.
Diffstat (limited to 'baseboards')
-rw-r--r--baseboards/androideabi.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/baseboards/androideabi.exp b/baseboards/androideabi.exp
index 75e15c7..4ba2d63 100644
--- a/baseboards/androideabi.exp
+++ b/baseboards/androideabi.exp
@@ -23,7 +23,7 @@ load_base_board_description "adb"
set_board_info compiler "[find_gcc]"
-# We need -mandroid.
+# We may need -mandroid.
set_board_info cflags "-mandroid"
# Currently the dynamic linker does not support weak-references in
@@ -34,9 +34,9 @@ set_board_info ldflags "-mandroid -static"
# load PROG to DEST and run it with ARGS using adb
#
proc adb_load { dest prog args } {
- # /sqlite_stmt_journals uses tmpfs. So it is the default place to run
+ # This directory uses tmpfs, so it is the best place to run
# tests to avoid excessive wear of flash.
- set android_tmp_dir "/sqlite_stmt_journals"
+ set android_tmp_dir "/mnt/sdcard/.android_secure"
if { [llength $args] > 0 } {
set pargs [lindex $args 0]