diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:45 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:40 -0400 |
commit | d2b6651b0359448c2eef938d334836d2fd431318 (patch) | |
tree | c5c14cd298fa9f09521b8931a6585b23b9cfd79e /perl/perl-Statistics-Descriptive | |
parent | 03c042aadc201fb8d2a3b39f4a827402410dc20b (diff) | |
download | slackbuilds-d2b6651b0359448c2eef938d334836d2fd431318.tar.gz |
perl/perl-Statistics-Descriptive: Change i486 to i586
Diffstat (limited to 'perl/perl-Statistics-Descriptive')
-rw-r--r-- | perl/perl-Statistics-Descriptive/perl-Statistics-Descriptive.SlackBuild | 6 |
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" |