diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:42 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:44 -0400 |
commit | 3eaaf23016d740db6804f7a30b4c51cf4a2656bd (patch) | |
tree | 1025662a3aaafdafb9d20b38501c5afb69ca54c1 | |
parent | 25dbc9144ed2581eda68ec01b4f4385221c07eb0 (diff) |
python/bencode: Change i486 to i586
-rw-r--r-- | python/bencode/bencode.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/bencode/bencode.SlackBuild b/python/bencode/bencode.SlackBuild index d198d5279a2e..a4eb1e66d013 100644 --- a/python/bencode/bencode.SlackBuild +++ b/python/bencode/bencode.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" |