summaryrefslogtreecommitdiffstats
path: root/system/aha
diff options
context:
space:
mode:
author B. Watson2016-08-19 11:00:24 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:50:03 +0200
commit589826b11a43d1835b7e5c3cf5a0798cdbd50598 (patch)
tree690c7ab93c875ca0ed7667e633321cdd1f98e075 /system/aha
parent7cad4c435efa8a446e820e258746bee72895dae4 (diff)
downloadslackbuilds-589826b11a43d1835b7e5c3cf5a0798cdbd50598.tar.gz
system/aha: i486 => i586.
Diffstat (limited to 'system/aha')
-rw-r--r--system/aha/aha.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild
index 22131b0fa8..77e83d3404 100644
--- a/system/aha/aha.SlackBuild
+++ b/system/aha/aha.SlackBuild
@@ -14,7 +14,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -25,8 +25,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"