summaryrefslogtreecommitdiffstats
path: root/system/hercules
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 04:02:24 +0100
committer B. Watson2022-06-07 08:23:50 +0200
commit7c51a10e9259157f540b9801df9894847b9bf9b5 (patch)
tree4ea032bae5b0f7535827162e6ae45049f515423f /system/hercules
parent89a2cb8ba4a4a8606a0f89c62cf515054ee2e0ef (diff)
downloadslackbuilds-7c51a10e9259157f540b9801df9894847b9bf9b5.tar.gz
system/hercules: Change i486 to i586
Diffstat (limited to 'system/hercules')
-rw-r--r--system/hercules/hercules.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/hercules/hercules.SlackBuild b/system/hercules/hercules.SlackBuild
index b8fe26c940..d276e607d6 100644
--- a/system/hercules/hercules.SlackBuild
+++ b/system/hercules/hercules.SlackBuild
@@ -16,7 +16,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
@@ -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=""
ARCHQUADLET=""
elif [ "$ARCH" = "i686" ]; then