summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-09-23 06:45:41 +0200
committer Willy Sudiarto Raharjo2016-09-24 02:05:14 +0200
commit23c166d9c321a704a2c7dac9807780adcd13dd63 (patch)
treea18126489a8295c0abe0079011d8ebce564cf176
parentdaa9ea5485a1365d39b5075814af850c2abe864d (diff)
downloadslackbuilds-23c166d9c321a704a2c7dac9807780adcd13dd63.tar.gz
network/pastebincl: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--network/pastebincl/pastebincl.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/pastebincl/pastebincl.SlackBuild b/network/pastebincl/pastebincl.SlackBuild
index d21c51fc03..4607370297 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"