summaryrefslogtreecommitdiffstats
path: root/perl/perl-Sub-Exporter-Progressive
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:45 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:40 -0400
commitc88f484b4fce7c4831c541ba5ef221b27d5260ee (patch)
tree45e623a3ac189c65457a473b42f3c043122613d7 /perl/perl-Sub-Exporter-Progressive
parentd2b6651b0359448c2eef938d334836d2fd431318 (diff)
downloadslackbuilds-c88f484b4fce7c4831c541ba5ef221b27d5260ee.tar.gz
slackbuilds-c88f484b4fce7c4831c541ba5ef221b27d5260ee.tar.xz
perl/perl-Sub-Exporter-Progressive: Change i486 to i586
Diffstat (limited to 'perl/perl-Sub-Exporter-Progressive')
-rw-r--r--perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild
index 95b4a73200..4484fd6b23 100644
--- a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild
+++ b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild
@@ -35,7 +35,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
@@ -53,8 +53,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"