From: Jonathan Wakely Date: Mon, 29 Jan 2018 13:30:02 +0000 (+0000) Subject: * download_prerequisites: Use shasum for FreeBSD and DragonFly. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ab78ac2a04087c32d12268718c48514f96f1345;p=gcc.git * download_prerequisites: Use shasum for FreeBSD and DragonFly. From-SVN: r257143 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index a88e2f06b50..cf6e03e4e1d 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2018-01-29 Jonathan Wakely + + * download_prerequisites: Use shasum for FreeBSD and DragonFly. + 2018-01-19 Martin Liska * analyze_brprob.py: Support new format that can be easily 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' ;; *)