From 109de73c70c558b70359b9ea2319beb50b75f3af Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 29 Aug 2006 01:49:47 +0000 Subject: * runtest.exp (usage): Use "triplet" instead of "config name". --- ChangeLog | 4 ++++ runtest.exp | 8 ++++---- 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 + + * runtest.exp (usage): Use "triplet" instead of "config name". + 2006-07-13 Daniel Jacobowitz * 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 -- cgit v1.1