aboutsummaryrefslogtreecommitdiff
path: root/contrib/regression
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2002-10-09 23:10:32 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-10-09 23:10:32 +0000
commite85f1e188b6ca28694fd61d9c52651ab674589a4 (patch)
tree281c5e7ea608392e5176ddc5fafc63a7c9110ba0 /contrib/regression
parent85cd7be84deb5e9f1766849feff3535457ca4656 (diff)
downloadgcc-e85f1e188b6ca28694fd61d9c52651ab674589a4.zip
gcc-e85f1e188b6ca28694fd61d9c52651ab674589a4.tar.gz
gcc-e85f1e188b6ca28694fd61d9c52651ab674589a4.tar.bz2
btest-gcc.sh, [...]: Update TARGET comments.
2002-10-09 Phil Edwards <pme@gcc.gnu.org> * btest-gcc.sh, objs-gcc.sh: Update TARGET comments. From-SVN: r57999
Diffstat (limited to 'contrib/regression')
-rw-r--r--contrib/regression/ChangeLog4
-rwxr-xr-xcontrib/regression/btest-gcc.sh5
-rwxr-xr-xcontrib/regression/objs-gcc.sh5
3 files changed, 10 insertions, 4 deletions
diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog
index a32bf85..f482b77 100644
--- a/contrib/regression/ChangeLog
+++ b/contrib/regression/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-09 Phil Edwards <pme@gcc.gnu.org>
+
+ * btest-gcc.sh, objs-gcc.sh: Update TARGET comments.
+
2002-10-09 Geoffrey Keating <geoffk@apple.com>
* objs-gcc.sh: On (non-linux) native hosts, use 'make bootstrap'.
diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh
index dbdd669..2f17264 100755
--- a/contrib/regression/btest-gcc.sh
+++ b/contrib/regression/btest-gcc.sh
@@ -19,8 +19,9 @@
# INPUT:
# btest <target> <source> <prefix> <state> <build>
-# TARGET is the target triplet. It should be the same one
-# as used in constructing PREFIX.
+# TARGET is the target triplet. It should be the same one as used in
+# constructing PREFIX. Or it can be the keyword 'native', indicating
+# a target of whatever platform the script is running on.
TARGET=$1
# SOURCE is the directory containing the toplevel configure.
SOURCE=$2
diff --git a/contrib/regression/objs-gcc.sh b/contrib/regression/objs-gcc.sh
index 5171b2e..0e37ee8 100755
--- a/contrib/regression/objs-gcc.sh
+++ b/contrib/regression/objs-gcc.sh
@@ -19,8 +19,9 @@
# INPUT:
# btest <target> <source> <prefix> <state> <build>
-# TARGET is the target triplet. It should be the same one
-# as used in constructing PREFIX.
+# TARGET is the target triplet. It should be the same one as used in
+# constructing PREFIX. Or it can be the keyword 'native', indicating
+# a target of whatever platform the script is running on.
TARGET=$1
# SOURCE is the directory containing the toplevel configure.
SOURCE=$2