summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:52:41 +0100
committer B. Watson2022-06-07 08:23:37 +0200
commit725e19ce12824b1d8bf851507e9f0ab5f6b069e4 (patch)
treeb635ebf8f1a785d0e74e69909225fe229a45c632 /perl
parent5fcbd07b3710140501ca9ce5a32a42189c38b207 (diff)
downloadslackbuilds-725e19ce12824b1d8bf851507e9f0ab5f6b069e4.tar.gz
perl/perl-IO-stringy: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-IO-stringy/perl-IO-stringy.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild b/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild
index 1666e2db55..605da25cd9 100644
--- a/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild
+++ b/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild
@@ -38,7 +38,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -60,8 +60,8 @@ set -e
DOCS="README COPYING"
-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"