summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:54:47 +0100
committer B. Watson2022-06-07 08:23:46 +0200
commit7b3c66d78ef6ab00c2adc895ac8b3e68c788d551 (patch)
tree394dcda163ca3c0fbb4ebc8693946f54db20df76 /python
parent38183a36ffda74078c5d54af20216077ee9cd046 (diff)
downloadslackbuilds-7b3c66d78ef6ab00c2adc895ac8b3e68c788d551.tar.gz
python/python2-uri-templates: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r--python/python2-uri-templates/python2-uri-templates.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python2-uri-templates/python2-uri-templates.SlackBuild b/python/python2-uri-templates/python2-uri-templates.SlackBuild
index 7168fe9016..8e0ffe2613 100644
--- a/python/python2-uri-templates/python2-uri-templates.SlackBuild
+++ b/python/python2-uri-templates/python2-uri-templates.SlackBuild
@@ -36,7 +36,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
@@ -54,8 +54,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"