diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:19:15 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:58 -0400 |
commit | eafe3199ecb2e9342e3f5fc0adcd20e0d32fbce7 (patch) | |
tree | 2f8ba434e0c70fb6c181339ef55e4ababa9fd0c7 | |
parent | 249c40530eabd2a722956b3b7643d9f5f657f5b2 (diff) | |
download | slackbuilds-eafe3199ecb2e9342e3f5fc0adcd20e0d32fbce7.tar.gz |
libraries/lapack: Change i486 to i586
-rw-r--r-- | libraries/lapack/lapack.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/lapack/lapack.SlackBuild b/libraries/lapack/lapack.SlackBuild index e740d8488b..2c452e1ec4 100644 --- a/libraries/lapack/lapack.SlackBuild +++ b/libraries/lapack/lapack.SlackBuild @@ -50,9 +50,7 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="LICENSE README.md DOCS/lapack.png DOCS/lawn81.tex DOCS/org2.ps" -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i586" ]; then +if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |