diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:47 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:47 -0400 |
commit | e7a2c8ec21b8e25b6ef9e0d8913f3bdc8bc1c3b7 (patch) | |
tree | e96c2eb3630c50f2e1569f2f6606c87578adc9fb /python | |
parent | 75dff11a7102637e13d1098ddc92ea0e88884ecc (diff) |
python/python3-pycrypto: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pycrypto/python3-pycrypto.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-pycrypto/python3-pycrypto.SlackBuild b/python/python3-pycrypto/python3-pycrypto.SlackBuild index 95b1ee1213395..9cdff92a3ecf9 100644 --- a/python/python3-pycrypto/python3-pycrypto.SlackBuild +++ b/python/python3-pycrypto/python3-pycrypto.SlackBuild @@ -35,7 +35,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 @@ -53,8 +53,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" |