Merge branch 'freebsd-avx-support' of https://github.com/lye/cpuminer
This commit is contained in:
commit
d35050c05a
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ case $target in
|
|||
have_x86=true
|
||||
have_x86_64=true
|
||||
;;
|
||||
amd64-*-*)
|
||||
have_x86=true
|
||||
have_x86_64=true
|
||||
;;
|
||||
esac
|
||||
|
||||
PTHREAD_FLAGS="-pthread"
|
||||
|
|
Loading…
Reference in a new issue