diff options
author | Brenton Earl <brent@exitstatusone.com> | 2016-12-29 21:23:42 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-30 23:30:13 +0000 |
commit | 5aa44ca455ace74d828ded92906e1a3e2259041d (patch) | |
tree | cf4e0456d2c21c51b5ac4f68735ead33fdde8b85 /perl | |
parent | 682d12aec0b54c9bb1022533d85bd079f0c8a95c (diff) | |
download | slackbuilds-5aa44ca455ace74d828ded92906e1a3e2259041d.tar.gz |
perl/perl-Slurp-Tiny: Switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl')
-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" |