summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:52:45 +0100
committer B. Watson2022-06-07 08:23:40 +0200
commitc43bfd120e00d9cbd66f3c9d99ec28cc41488698 (patch)
treebff80b7587fcec275d0345bee45506da00390da0 /perl
parentc88f484b4fce7c4831c541ba5ef221b27d5260ee (diff)
downloadslackbuilds-c43bfd120e00d9cbd66f3c9d99ec28cc41488698.tar.gz
perl/perl-Sub-Exporter: Change i486 to i586
Diffstat (limited to 'perl')
-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 16a366eb42..0070effbfa 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"