diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:45 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:46 -0400 |
commit | 8bc9edde87bdb80106f6a3753b18df54fa61ae0a (patch) | |
tree | 5e71f34ed86b4a8fa2ae53da745b926789fa29fb /python/pysvn | |
parent | bbee5028526ee2fec0141aabd3758125c525f988 (diff) |
python/pysvn: Change i486 to i586
Diffstat (limited to 'python/pysvn')
-rw-r--r-- | python/pysvn/pysvn.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pysvn/pysvn.SlackBuild b/python/pysvn/pysvn.SlackBuild index 7645f474db50..4adde31d6c7d 100644 --- a/python/pysvn/pysvn.SlackBuild +++ b/python/pysvn/pysvn.SlackBuild @@ -32,7 +32,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 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="Docs LICENSE.txt" -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" |