summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2016-08-19 11:00:22 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:50:03 +0200
commit5c1c44901bb842600347c93f09559842541452a6 (patch)
treee3896a49e1377b7be73aab5283530ee13f35cd1c
parent124019ada16c19d51fc0c410ae9e4354d375f625 (diff)
downloadslackbuilds-5c1c44901bb842600347c93f09559842541452a6.tar.gz
perl/perl-xml-fast: i486 => i586.
-rw-r--r--perl/perl-xml-fast/perl-xml-fast.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-xml-fast/perl-xml-fast.SlackBuild b/perl/perl-xml-fast/perl-xml-fast.SlackBuild
index 14ac14c06d..6b89081e14 100644
--- a/perl/perl-xml-fast/perl-xml-fast.SlackBuild
+++ b/perl/perl-xml-fast/perl-xml-fast.SlackBuild
@@ -13,7 +13,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
@@ -24,8 +24,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"