diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:41 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:37 -0400 |
commit | c1d680dde4222fbd43e39fffd977fcfba4cb130a (patch) | |
tree | 7a93eebf415e67232432df1286f23563c86135d0 /perl/perl-IP-Country/perl-IP-Country.SlackBuild | |
parent | 725e19ce12824b1d8bf851507e9f0ab5f6b069e4 (diff) | |
download | slackbuilds-c1d680dde4222fbd43e39fffd977fcfba4cb130a.tar.gz |
perl/perl-IP-Country: Change i486 to i586
Diffstat (limited to 'perl/perl-IP-Country/perl-IP-Country.SlackBuild')
-rw-r--r-- | perl/perl-IP-Country/perl-IP-Country.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-IP-Country/perl-IP-Country.SlackBuild b/perl/perl-IP-Country/perl-IP-Country.SlackBuild index d24e3d5818..d21c77180c 100644 --- a/perl/perl-IP-Country/perl-IP-Country.SlackBuild +++ b/perl/perl-IP-Country/perl-IP-Country.SlackBuild @@ -39,7 +39,7 @@ SRCNAM="$(printf $PRGNAM | cut -f2- -d-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -61,8 +61,8 @@ set -e DOCS="CHANGES README" -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" |