diff options
Diffstat (limited to 'desktop/ee/ee.SlackBuild')
-rw-r--r-- | desktop/ee/ee.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/ee/ee.SlackBuild b/desktop/ee/ee.SlackBuild index 0eb23f40964e..cd3b9ba7f0de 100644 --- a/desktop/ee/ee.SlackBuild +++ b/desktop/ee/ee.SlackBuild @@ -4,7 +4,7 @@ # Based on http://slackbuilds.org/template.SlackBuild -# Copyright 2014 Thorn Inurcide USA +# Copyright 2014-2017 Thorn Inurcide USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -32,7 +32,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; + i?86) export ARCH=i586 ;; arm*) export ARCH=arm ;; *) export ARCH=$( uname -m ) ;; esac @@ -44,8 +44,8 @@ PKG=$TMP/package-$EPRGNAM 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" |