mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
julia: fix i686 build
This commit is contained in:
parent
eb0ea1c412
commit
f043f50ee9
1 changed files with 2 additions and 0 deletions
|
@ -50,7 +50,9 @@ i686*)
|
|||
export M="pentium4"
|
||||
export CFLAGS="-march=pentium4"
|
||||
export CXXFLAGS="-march=pentium4"
|
||||
export LDFLAGS+=" -Wl,--no-keep-memory"
|
||||
make_build_args+=" MARCH=pentium4"
|
||||
make_build_args+=" OPENBLAS_USE_THREAD=0"
|
||||
;;
|
||||
x86_64*)
|
||||
export M="x86-64"
|
||||
|
|
Loading…
Add table
Reference in a new issue