aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Sub-Exporter
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:45 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:23:40 -0400
commitc43bfd120e00d9cbd66f3c9d99ec28cc41488698 (patch)
treebff80b7587fcec275d0345bee45506da00390da0 /perl/perl-Sub-Exporter
parentc88f484b4fce7c4831c541ba5ef221b27d5260ee (diff)
downloadslackbuilds-c43bfd120e00d9cbd66f3c9d99ec28cc41488698.tar.xz
perl/perl-Sub-Exporter: Change i486 to i586
Diffstat (limited to 'perl/perl-Sub-Exporter')
-rw-r--r--perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild b/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild
index 16a366eb426d..0070effbfac8 100644
--- a/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild
+++ b/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild
@@ -37,7 +37,7 @@ SRCNAM=Sub-Exporter
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"