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
This commit is contained in:
Phil Edwards 2002-10-09 23:10:32 +00:00
parent 85cd7be84d
commit e85f1e188b
3 changed files with 10 additions and 4 deletions

View 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'.

View File

@ -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

View File

@ -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