diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-19 05:00:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:50:03 +0700 |
commit | e8370473ce228d16e4af6b9a26323655d622707e (patch) | |
tree | 125121a4e778c30abf4307632d109adb0dda2059 /system/linuxconsoletools | |
parent | 51d6554df8980d6e7458db7fc5f5c9fdac1e2ebe (diff) | |
download | slackbuilds-e8370473ce228d16e4af6b9a26323655d622707e.tar.gz |
system/linuxconsoletools: i486 => i586.
Diffstat (limited to 'system/linuxconsoletools')
-rw-r--r-- | system/linuxconsoletools/linuxconsoletools.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools.SlackBuild b/system/linuxconsoletools/linuxconsoletools.SlackBuild index b796f36a40..53593fb9bb 100644 --- a/system/linuxconsoletools/linuxconsoletools.SlackBuild +++ b/system/linuxconsoletools/linuxconsoletools.SlackBuild @@ -36,7 +36,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 @@ -47,8 +47,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" |