btest-gcc.sh, [...]: Update TARGET comments.
authorPhil Edwards <pme@gcc.gnu.org>
Wed, 9 Oct 2002 23:10:32 +0000 (23:10 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Wed, 9 Oct 2002 23:10:32 +0000 (23:10 +0000)
2002-10-09  Phil Edwards  <pme@gcc.gnu.org>

* btest-gcc.sh, objs-gcc.sh:  Update TARGET comments.

From-SVN: r57999

contrib/regression/ChangeLog
contrib/regression/btest-gcc.sh
contrib/regression/objs-gcc.sh

index a32bf85654ee4038155bbc27adf99d3875420630..f482b771ff9b0b2eec6554df003adcf9b21f4c89 100644 (file)
@@ -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'.
index dbdd6697c2135ab2bd5007900fb952bc93bad0d0..2f172645e8dfb3eadc65a8bf39ea00c84b50de6c 100755 (executable)
@@ -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
index 5171b2ef775f35be50745af0ff6b2abb9e9a0634..0e37ee88af96237c9de06495aef77d793b70bbef 100755 (executable)
@@ -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