diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-23 07:45:41 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-24 07:05:14 +0700 |
commit | 23c166d9c321a704a2c7dac9807780adcd13dd63 (patch) | |
tree | a18126489a8295c0abe0079011d8ebce564cf176 /network/pastebincl | |
parent | daa9ea5485a1365d39b5075814af850c2abe864d (diff) |
network/pastebincl: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/pastebincl')
-rw-r--r-- | network/pastebincl/pastebincl.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/pastebincl/pastebincl.SlackBuild b/network/pastebincl/pastebincl.SlackBuild index d21c51fc03c6..46073702978f 100644 --- a/network/pastebincl/pastebincl.SlackBuild +++ b/network/pastebincl/pastebincl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pastebincl -# Copyright 2015 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece # 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 @@ -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" |