Skip to content

Commit

Permalink
Merge pull request #21 from pinkenburg/add-sysname
Browse files Browse the repository at this point in the history
Add gcc-12.1.0 to sysname printout
  • Loading branch information
pinkenburg authored Nov 15, 2022
2 parents 027a64d + 42be23b commit d6c7921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ do
shift # past argument=value
;;
--help|-h|*)
echo "Usage: $0 [--build=<new>] [--sysname=<gcc-8.3|x8664_sl7>] [--source=URL] [--target=directory] [--clean]";
echo "Usage: $0 [--build=<new>] [--sysname=<gcc-8.3|gcc-12.1.0|x8664_sl7>] [--source=URL] [--target=directory] [--clean]";
exit;
shift # past argument with no value
;;
Expand Down

0 comments on commit d6c7921

Please sign in to comment.