* download_prerequisites: Use shasum for FreeBSD and DragonFly.
authorJonathan Wakely <jwakely@redhat.com>
Mon, 29 Jan 2018 13:30:02 +0000 (13:30 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 29 Jan 2018 13:30:02 +0000 (13:30 +0000)
From-SVN: r257143

contrib/ChangeLog
contrib/download_prerequisites

index a88e2f06b508bee48c062c848c69911d823ad25b..cf6e03e4e1dea4e1ae9f6866a35ed1b33968ff76 100644 (file)
@@ -1,3 +1,7 @@
+2018-01-29  Jonathan Wakely  <jwakely@redhat.com>
+
+       * download_prerequisites: Use shasum for FreeBSD and DragonFly.
+
 2018-01-19  Martin Liska  <mliska@suse.cz>
 
        * analyze_brprob.py: Support new format that can be easily
index ae0b5ffeb3227b76da06a114ffcedf98b675eadf..b50f47cda79547f0540c7f5b7ee0c2928f5bdd3e 100755 (executable)
@@ -47,7 +47,7 @@ force=0
 OS=$(uname)
 
 case $OS in
-  "Darwin")
+  "Darwin"|"FreeBSD"|"DragonFly")
     chksum='shasum -a 512 --check'
   ;;
   *)