diff options
-rw-r--r-- | perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild b/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild index 1249628de4..13359160ed 100644 --- a/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild +++ b/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-slurp-tiny -# Copyright 2015, Brenton Earl <brent@exitstatusone.com> Tooele, UT, USA +# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -31,7 +31,7 @@ SRCNAM="File-Slurp-Tiny" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -42,8 +42,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" |