summaryrefslogtreecommitdiffstats
path: root/system/sudosh2
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 21:02:31 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:53 -0400
commitffb3849da8222e9706add3b037a6682781e0c728 (patch)
tree01a1c4a99d4d48805b2146c4d9df1f7059e4c295 /system/sudosh2
parent945357c6102bab5ea3c069b10c5551ff2f0ead5d (diff)
downloadslackbuilds-ffb3849da8222e9706add3b037a6682781e0c728.tar.gz
slackbuilds-ffb3849da8222e9706add3b037a6682781e0c728.tar.xz
system/sudosh2: Change i486 to i586
Diffstat (limited to 'system/sudosh2')
-rw-r--r--system/sudosh2/sudosh2.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/sudosh2/sudosh2.SlackBuild b/system/sudosh2/sudosh2.SlackBuild
index 20547b193f..5e2ed5a56d 100644
--- a/system/sudosh2/sudosh2.SlackBuild
+++ b/system/sudosh2/sudosh2.SlackBuild
@@ -32,7 +32,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -57,8 +57,8 @@ else
do_record="--enable-recordinput"
fi
-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"