diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 19:01:45 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:03 -0400 |
commit | 178fe5f1bbfd1a93230cdd25c0fa986c9b22b1db (patch) | |
tree | af68a98825e85af2f981f11e4de184e7aaed76d2 /academic/cxsparse | |
parent | a78e29c323cd5adde5ea0dc72526609cbc77852f (diff) |
academic/cxsparse: Change i486 to i586
Diffstat (limited to 'academic/cxsparse')
-rw-r--r-- | academic/cxsparse/cxsparse.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/cxsparse/cxsparse.SlackBuild b/academic/cxsparse/cxsparse.SlackBuild index ea960f7d72be..f83beedd1af0 100644 --- a/academic/cxsparse/cxsparse.SlackBuild +++ b/academic/cxsparse/cxsparse.SlackBuild @@ -55,8 +55,8 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="README.txt Doc/ChangeLog Doc/License.txt Doc/lesser.txt" -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" |