diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-24 21:22:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-25 07:04:49 +0700 |
commit | 0e47a689f1d67d33e827370d8ec85814a9571e36 (patch) | |
tree | 66f70873be33627d1638ded58459d4f6888480f5 /network/darkstat | |
parent | c979be5cdcb58f7cb5336a96105778d6749aa190 (diff) |
network/darkstat: Switch to i586.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/darkstat')
-rw-r--r-- | network/darkstat/darkstat.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/darkstat/darkstat.SlackBuild b/network/darkstat/darkstat.SlackBuild index 9a91f360e723..aa0e82739c2c 100644 --- a/network/darkstat/darkstat.SlackBuild +++ b/network/darkstat/darkstat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for darkstat # Originally Written by Jorey Bump -# Copyright 2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -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 @@ -42,8 +42,8 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="AUTHORS ChangeLog COPYING.GPL NEWS README" -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" elif [ "$ARCH" = "x86_64" ]; then |