aboutsummaryrefslogtreecommitdiff
path: root/system/keylaunch
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 21:02:25 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:23:50 -0400
commit9a9cb7ec0def166df85f96089c1e0600e71d6869 (patch)
treea4a8b4e41b92b17e727c9d0fa3dcc514333a8a76 /system/keylaunch
parent8c5185a71117ed8f7df51abd98f0d25f3ac30f52 (diff)
system/keylaunch: Change i486 to i586
Diffstat (limited to 'system/keylaunch')
-rw-r--r--system/keylaunch/keylaunch.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/keylaunch/keylaunch.SlackBuild b/system/keylaunch/keylaunch.SlackBuild
index fc9f0d72aec64..cd1df0ff96b68 100644
--- a/system/keylaunch/keylaunch.SlackBuild
+++ b/system/keylaunch/keylaunch.SlackBuild
@@ -34,7 +34,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
@@ -52,8 +52,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"