summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:47 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:40 -0400
commite5183ebcf20c972a67b4e00b4b3ec08f4ac0109b (patch)
tree6efb69ca28cc1fdb8a81d2e542b4db19ddf9edfa /perl
parenta411ef540fd396d038bd33d04ac828b33bf769fc (diff)
downloadslackbuilds-e5183ebcf20c972a67b4e00b4b3ec08f4ac0109b.tar.gz
slackbuilds-e5183ebcf20c972a67b4e00b4b3ec08f4ac0109b.tar.xz
perl/perl-Test-NoWarnings: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Test-NoWarnings/perl-Test-NoWarnings.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Test-NoWarnings/perl-Test-NoWarnings.SlackBuild b/perl/perl-Test-NoWarnings/perl-Test-NoWarnings.SlackBuild
index 77531ca451..5339d4c12a 100644
--- a/perl/perl-Test-NoWarnings/perl-Test-NoWarnings.SlackBuild
+++ b/perl/perl-Test-NoWarnings/perl-Test-NoWarnings.SlackBuild
@@ -37,7 +37,7 @@ SRCNAM=Test-NoWarnings
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"