diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:19:35 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:24:05 -0400 |
commit | b4d69a5f03292ee3890ab6c1b0ce1516f0ce2b3f (patch) | |
tree | acfab9500947abe138bdeca610c740e059d481e1 /libraries/xblas | |
parent | 4d1d74cad43afa482248fdcf5cf6743331803fb9 (diff) | |
download | slackbuilds-b4d69a5f03292ee3890ab6c1b0ce1516f0ce2b3f.tar.gz |
libraries/xblas: Change i486 to i586
Diffstat (limited to 'libraries/xblas')
-rw-r--r-- | libraries/xblas/xblas.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/xblas/xblas.SlackBuild b/libraries/xblas/xblas.SlackBuild index f30ef4952c..c0ca56c581 100644 --- a/libraries/xblas/xblas.SlackBuild +++ b/libraries/xblas/xblas.SlackBuild @@ -52,10 +52,7 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="LICENSE README* doc/report.ps" -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i586" ]; then +if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then |