diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:44 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:39 -0400 |
commit | 38c3b837b45b5cb739de97ac0918e38301b27497 (patch) | |
tree | f24bda8aec74333880ab868d677dad972a2401bd /perl/perl-Package-Stash | |
parent | bf93bf5266055844b2241ebc98e2b90beb836230 (diff) |
perl/perl-Package-Stash: Change i486 to i586
Diffstat (limited to 'perl/perl-Package-Stash')
-rw-r--r-- | perl/perl-Package-Stash/perl-Package-Stash.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Package-Stash/perl-Package-Stash.SlackBuild b/perl/perl-Package-Stash/perl-Package-Stash.SlackBuild index 1464030ea883..942a4930da52 100644 --- a/perl/perl-Package-Stash/perl-Package-Stash.SlackBuild +++ b/perl/perl-Package-Stash/perl-Package-Stash.SlackBuild @@ -37,7 +37,7 @@ SRCNAM=Package-Stash 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" |