aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2006-08-29 01:49:47 +0000
committerBen Elliston <bje@gnu.org>2006-08-29 01:49:47 +0000
commit109de73c70c558b70359b9ea2319beb50b75f3af (patch)
tree976acb45619f02b9c792ac639834de71c646151b
parentaad6a8333e0d119c5eb824999cefd164bd2d2dc1 (diff)
downloaddejagnu-109de73c70c558b70359b9ea2319beb50b75f3af.zip
dejagnu-109de73c70c558b70359b9ea2319beb50b75f3af.tar.gz
dejagnu-109de73c70c558b70359b9ea2319beb50b75f3af.tar.bz2
* runtest.exp (usage): Use "triplet" instead of "config name".
-rw-r--r--ChangeLog4
-rwxr-xr-xruntest.exp8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ec15f2..f5df3c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-29 Ben Elliston <bje@gnu.org>
+
+ * runtest.exp (usage): Use "triplet" instead of "config name".
+
2006-07-13 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.am (DOCBOOK2RTF): Fix typo.
diff --git a/runtest.exp b/runtest.exp
index f8e8dd6..9e9e774 100755
--- a/runtest.exp
+++ b/runtest.exp
@@ -374,10 +374,10 @@ proc usage { } {
send_user "USAGE: runtest \[options...\]\n"
send_user "\t--all (-a)\t\tPrint all test output to screen\n"
- send_user "\t--build \[string\]\tThe canonical config name of the build machine\n"
- send_user "\t--host \[string\]\t\tThe canonical config name of the host machine\n"
+ send_user "\t--build \[string\]\tThe canonical triplet of the build machine\n"
+ send_user "\t--host \[string\]\t\tThe canonical triplet of the host machine\n"
send_user "\t--host_board \[name\]\tThe host board to use\n"
- send_user "\t--target \[string\]\tThe canonical config name of the target board\n"
+ send_user "\t--target \[string\]\tThe canonical triplet of the target board\n"
send_user "\t--status (-sta)\t\tSet the exit status to fail on Tcl errors\n"
send_user "\t--debug (-de)\t\tSet expect debugging ON\n"
send_user "\t--help (-he)\t\tPrint help text\n"
@@ -693,7 +693,7 @@ if {[expr { $build_triplet == "" && $host_triplet == ""} ]} {
}
}
- # get the canonical config name
+ # get the canonical triplet
if {![info exists config_guess]} {
send_error "ERROR: Couldn't find config.guess program.\n"
exit 1