summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:17:10 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:16 -0400
commit669c47c1907d7ba914231a8e5635ad991c637250 (patch)
treeeb56ec730ad347bf05b85195696fb2772f0d7ad7
parent349ae91835e48e6e9f04e7e165f2d83967e290e8 (diff)
downloadslackbuilds-669c47c1907d7ba914231a8e5635ad991c637250.tar.gz
slackbuilds-669c47c1907d7ba914231a8e5635ad991c637250.tar.xz
development/memchan: Change i486 to i586
-rw-r--r--development/memchan/memchan.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/memchan/memchan.SlackBuild b/development/memchan/memchan.SlackBuild
index 22d1a73365..e56cdc9c44 100644
--- a/development/memchan/memchan.SlackBuild
+++ b/development/memchan/memchan.SlackBuild
@@ -16,7 +16,7 @@ SRCNAM=Memchan
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -34,8 +34,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"