diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-19 05:00:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:50:03 +0700 |
commit | 5c1c44901bb842600347c93f09559842541452a6 (patch) | |
tree | e3896a49e1377b7be73aab5283530ee13f35cd1c /perl/perl-xml-fast | |
parent | 124019ada16c19d51fc0c410ae9e4354d375f625 (diff) | |
download | slackbuilds-5c1c44901bb842600347c93f09559842541452a6.tar.gz |
perl/perl-xml-fast: i486 => i586.
Diffstat (limited to 'perl/perl-xml-fast')
-rw-r--r-- | perl/perl-xml-fast/perl-xml-fast.SlackBuild | 6 |
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" |