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
commitd2b6651b0359448c2eef938d334836d2fd431318 (patch)
treec5c14cd298fa9f09521b8931a6585b23b9cfd79e /perl
parent03c042aadc201fb8d2a3b39f4a827402410dc20b (diff)
downloadslackbuilds-d2b6651b0359448c2eef938d334836d2fd431318.tar.gz
perl/perl-Statistics-Descriptive: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Statistics-Descriptive/perl-Statistics-Descriptive.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Statistics-Descriptive/perl-Statistics-Descriptive.SlackBuild b/perl/perl-Statistics-Descriptive/perl-Statistics-Descriptive.SlackBuild
index 0cb69a1a9d..808ad3ff1d 100644
--- a/perl/perl-Statistics-Descriptive/perl-Statistics-Descriptive.SlackBuild
+++ b/perl/perl-Statistics-Descriptive/perl-Statistics-Descriptive.SlackBuild
@@ -34,7 +34,7 @@ SRCNAM=Statistics-Descriptive
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"