mirror of git://gcc.gnu.org/git/gcc.git
* download_prerequisites: Use shasum for FreeBSD and DragonFly.
From-SVN: r257143
This commit is contained in:
parent
b53e4e1c51
commit
3ab78ac2a0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ force=0
|
|||
OS=$(uname)
|
||||
|
||||
case $OS in
|
||||
"Darwin")
|
||||
"Darwin"|"FreeBSD"|"DragonFly")
|
||||
chksum='shasum -a 512 --check'
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue