From 1ce513f4b764e60250fb09ec4672c4d510cb29fa Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 24 Sep 2016 09:11:07 +0700 Subject: games/wesnoth: Switch to i586. Signed-off-by: Willy Sudiarto Raharjo --- games/wesnoth/wesnoth.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/wesnoth') diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 54638aa10d..287c418c32 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -32,7 +32,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 @@ -45,8 +45,8 @@ OUTPUT=${OUTPUT:-/tmp} SERVER=${SERVER:-"no"} -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" -- cgit v1.2.3