diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-28 00:01:04 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:28:39 +0700 |
commit | 0cc69ca4e27e7dfedf6a75d940c4ea0f0ed1a804 (patch) | |
tree | 5f71cd4fa5c3ee8f890e27805ceed31b61f5d277 /network/etherpoke/etherpoke.SlackBuild | |
parent | 985a3fa4d126b41e3c7b26b18a283fc3a874b094 (diff) | |
download | slackbuilds-0cc69ca4e27e7dfedf6a75d940c4ea0f0ed1a804.tar.gz |
network/etherpoke: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/etherpoke/etherpoke.SlackBuild')
-rw-r--r-- | network/etherpoke/etherpoke.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/etherpoke/etherpoke.SlackBuild b/network/etherpoke/etherpoke.SlackBuild index 5c08c673e1..6a9e6357cf 100644 --- a/network/etherpoke/etherpoke.SlackBuild +++ b/network/etherpoke/etherpoke.SlackBuild @@ -29,7 +29,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 @@ -40,8 +40,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" |