diff options
Diffstat (limited to 'contrib/regression/btest-gcc.sh')
-rwxr-xr-x | contrib/regression/btest-gcc.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh index dbdd6697c21..2f172645e8d 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 |