summaryrefslogtreecommitdiffstats
path: root/network/bip
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:45:50 +0100
committer B. Watson2022-06-07 08:23:26 +0200
commit27a904cf3268f1c7796018b89e6662f64f9903d9 (patch)
treeb311c4b4dadb9bfa8145774807f8c5efc2513d48 /network/bip
parent0a920aa76fc7de03bd2e81167240116512c0466b (diff)
downloadslackbuilds-27a904cf3268f1c7796018b89e6662f64f9903d9.tar.gz
network/bip: Change i486 to i586
Diffstat (limited to 'network/bip')
-rw-r--r--network/bip/bip.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/bip/bip.SlackBuild b/network/bip/bip.SlackBuild
index 2bcbd67f47..1ee6c2b089 100644
--- a/network/bip/bip.SlackBuild
+++ b/network/bip/bip.SlackBuild
@@ -34,7 +34,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -52,8 +52,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"