summaryrefslogtreecommitdiffstats
path: root/libraries/pthsem
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 21:19:31 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:24:03 -0400
commit85003809457cbc6fa398051f2ec0d95b3018b925 (patch)
tree5a907b3608bcf1743c9cee35a294f3cbc4780671 /libraries/pthsem
parent5fd7b8b92cf91b7421538d2dbebf4588790ace9b (diff)
downloadslackbuilds-85003809457cbc6fa398051f2ec0d95b3018b925.tar.gz
slackbuilds-85003809457cbc6fa398051f2ec0d95b3018b925.tar.xz
libraries/pthsem: Change i486 to i586
Diffstat (limited to 'libraries/pthsem')
-rw-r--r--libraries/pthsem/pthsem.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/pthsem/pthsem.SlackBuild b/libraries/pthsem/pthsem.SlackBuild
index edd1fac3ae..050870bfa9 100644
--- a/libraries/pthsem/pthsem.SlackBuild
+++ b/libraries/pthsem/pthsem.SlackBuild
@@ -14,7 +14,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
@@ -32,8 +32,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"