summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:52:49 +0100
committer B. Watson2022-06-07 08:23:41 +0200
commit7a33cc1301e448ff433dbf550e17b65ac4b52c10 (patch)
tree8185fdfd7df40c7db3f6da233c6003763d159847 /perl
parent8f5f3ee786ff7474e98f25ffa81b975a6567a225 (diff)
downloadslackbuilds-7a33cc1301e448ff433dbf550e17b65ac4b52c10.tar.gz
perl/perl-Try-Tiny: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild b/perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild
index 3b8c12a607..26e7a94060 100644
--- a/perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild
+++ b/perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild
@@ -37,7 +37,7 @@ SRCNAM=Try-Tiny
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -55,8 +55,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"