summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:54:43 +0100
committer B. Watson2022-06-07 08:23:44 +0200
commitc9a6fe2ec336f0545ddf322dae3a9c49a4b99993 (patch)
treea3d6492ef9e462f3ec15b35e93ccb0a15f5c39e9 /python
parentf11bdef2fcb0cebfc598f0bf4070501e858959b8 (diff)
downloadslackbuilds-c9a6fe2ec336f0545ddf322dae3a9c49a4b99993.tar.gz
python/construct: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r--python/construct/construct.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/construct/construct.SlackBuild b/python/construct/construct.SlackBuild
index 7293821ca0..c197ed82d1 100644
--- a/python/construct/construct.SlackBuild
+++ b/python/construct/construct.SlackBuild
@@ -33,7 +33,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
@@ -51,8 +51,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"