Merge branch 'freebsd-avx-support' of https://github.com/lye/cpuminer

This commit is contained in:
pooler 2013-04-14 22:07:48 +02:00
commit d35050c05a

View file

@ -46,6 +46,10 @@ case $target in
have_x86=true have_x86=true
have_x86_64=true have_x86_64=true
;; ;;
amd64-*-*)
have_x86=true
have_x86_64=true
;;
esac esac
PTHREAD_FLAGS="-pthread" PTHREAD_FLAGS="-pthread"