julia: fix i686 build

This commit is contained in:
Jürgen Buchmüller 2020-03-27 11:50:45 +01:00
parent eb0ea1c412
commit f043f50ee9
1 changed files with 2 additions and 0 deletions

View File

@ -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"