diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 20:45:50 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:22 +0000 |
commit | 9aa931e9664a4a05f15a5a433d19e6d7b22b5df1 (patch) | |
tree | 42a5669f0a4352ce4814181d34d057b831adb536 /perl/perl-Cache-FastMmap/perl-Cache-FastMmap.SlackBuild | |
parent | 2cd51987ac5213c9b52bebf5372054537adac6a1 (diff) |
perl/perl-Cache-FastMmap: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Cache-FastMmap/perl-Cache-FastMmap.SlackBuild')
-rw-r--r-- | perl/perl-Cache-FastMmap/perl-Cache-FastMmap.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Cache-FastMmap/perl-Cache-FastMmap.SlackBuild b/perl/perl-Cache-FastMmap/perl-Cache-FastMmap.SlackBuild index 3807c67b03bc..db2b1fe900ed 100644 --- a/perl/perl-Cache-FastMmap/perl-Cache-FastMmap.SlackBuild +++ b/perl/perl-Cache-FastMmap/perl-Cache-FastMmap.SlackBuild @@ -35,7 +35,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -50,8 +50,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" |