summaryrefslogtreecommitdiffstats
path: root/perl/perl-ExtUtils-Config
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:39 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:36 -0400
commitd26c5db562be8b2924113e248ae767e59bcac93c (patch)
treef8f82c4c59f4288f7fc7da467591364b658944c8 /perl/perl-ExtUtils-Config
parent6f14aeab2549338d567c23560020044b9337783a (diff)
downloadslackbuilds-d26c5db562be8b2924113e248ae767e59bcac93c.tar.gz
slackbuilds-d26c5db562be8b2924113e248ae767e59bcac93c.tar.xz
perl/perl-ExtUtils-Config: Change i486 to i586
Diffstat (limited to 'perl/perl-ExtUtils-Config')
-rw-r--r--perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
index 2c38e4f021..122fa97d39 100644
--- a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
+++ b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
@@ -34,7 +34,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -52,8 +52,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"