summaryrefslogtreecommitdiffstats
path: root/libraries/lapack
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 04:19:15 +0100
committer B. Watson2022-06-07 08:23:58 +0200
commiteafe3199ecb2e9342e3f5fc0adcd20e0d32fbce7 (patch)
tree2f8ba434e0c70fb6c181339ef55e4ababa9fd0c7 /libraries/lapack
parent249c40530eabd2a722956b3b7643d9f5f657f5b2 (diff)
downloadslackbuilds-eafe3199ecb2e9342e3f5fc0adcd20e0d32fbce7.tar.gz
libraries/lapack: Change i486 to i586
Diffstat (limited to 'libraries/lapack')
-rw-r--r--libraries/lapack/lapack.SlackBuild4
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"