diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2018-01-29 13:30:02 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-01-29 13:30:02 +0000 |
commit | 3ab78ac2a04087c32d12268718c48514f96f1345 (patch) | |
tree | 644e360b79d9462f800dd659da1c63a01546019a /contrib/download_prerequisites | |
parent | b53e4e1c510bda4dd44c92e3596a1190f85ddfaa (diff) | |
download | gcc-3ab78ac2a04087c32d12268718c48514f96f1345.tar.gz |
* download_prerequisites: Use shasum for FreeBSD and DragonFly.
From-SVN: r257143
Diffstat (limited to 'contrib/download_prerequisites')
-rwxr-xr-x | contrib/download_prerequisites | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites index ae0b5ffeb32..b50f47cda79 100755 --- a/contrib/download_prerequisites +++ b/contrib/download_prerequisites @@ -47,7 +47,7 @@ force=0 OS=$(uname) case $OS in - "Darwin") + "Darwin"|"FreeBSD"|"DragonFly") chksum='shasum -a 512 --check' ;; *) |