diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-11-10 23:07:16 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:22 +0000 |
commit | 916e703738d2564345e12426c4a3e3d2068ba226 (patch) | |
tree | 2b79e141d4e3eb5aa774d3bb0f6f9fc7561c003b /perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild | |
parent | 37c26f3f0f22b9339d671efc2272a2bf9c1e8f12 (diff) |
perl/perl-AnyEvent-I3: Switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild')
-rw-r--r-- | perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild b/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild index 586b05e689ddc..24392b17d0be0 100644 --- a/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild +++ b/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-AnyEvent-I3 # Written by Marcin Herda <mherda@slackword.net> -# Updated by Johannes Schoepfer <slackbuilds@schoepfer.info> +# Updated by Johannes Schoepfer # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -30,7 +30,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,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" |