diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog index a32bf85654ee..f482b771ff9b 100644 --- a/contrib/regression/ChangeLog +++ b/contrib/regression/ChangeLog @@ -1,3 +1,7 @@ +2002-10-09 Phil Edwards + + * btest-gcc.sh, objs-gcc.sh: Update TARGET comments. + 2002-10-09 Geoffrey Keating * 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 dbdd6697c213..2f172645e8df 100755 --- a/contrib/regression/btest-gcc.sh +++ b/contrib/regression/btest-gcc.sh @@ -19,8 +19,9 @@ # INPUT: # btest -# 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 5171b2ef775f..0e37ee88af96 100755 --- a/contrib/regression/objs-gcc.sh +++ b/contrib/regression/objs-gcc.sh @@ -19,8 +19,9 @@ # INPUT: # btest -# 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