Commit e85f1e18 by Phil Edwards

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
parent 85cd7be8
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> 2002-10-09 Geoffrey Keating <geoffk@apple.com>
* objs-gcc.sh: On (non-linux) native hosts, use 'make bootstrap'. * objs-gcc.sh: On (non-linux) native hosts, use 'make bootstrap'.
......
...@@ -19,8 +19,9 @@ ...@@ -19,8 +19,9 @@
# INPUT: # INPUT:
# btest <target> <source> <prefix> <state> <build> # btest <target> <source> <prefix> <state> <build>
# TARGET is the target triplet. It should be the same one # TARGET is the target triplet. It should be the same one as used in
# as used in constructing PREFIX. # constructing PREFIX. Or it can be the keyword 'native', indicating
# a target of whatever platform the script is running on.
TARGET=$1 TARGET=$1
# SOURCE is the directory containing the toplevel configure. # SOURCE is the directory containing the toplevel configure.
SOURCE=$2 SOURCE=$2
......
...@@ -19,8 +19,9 @@ ...@@ -19,8 +19,9 @@
# INPUT: # INPUT:
# btest <target> <source> <prefix> <state> <build> # btest <target> <source> <prefix> <state> <build>
# TARGET is the target triplet. It should be the same one # TARGET is the target triplet. It should be the same one as used in
# as used in constructing PREFIX. # constructing PREFIX. Or it can be the keyword 'native', indicating
# a target of whatever platform the script is running on.
TARGET=$1 TARGET=$1
# SOURCE is the directory containing the toplevel configure. # SOURCE is the directory containing the toplevel configure.
SOURCE=$2 SOURCE=$2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment