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:46 -0400 |
commit | 38183a36ffda74078c5d54af20216077ee9cd046 (patch) | |
tree | eece05bbaa184ca41d7e223e03fcf2d657f0d92c | |
parent | 1349b6675c732c68a22a767fa1239c917c24cdaa (diff) |
python/python2-pyspf: Change i486 to i586
-rw-r--r-- | python/python2-pyspf/python2-pyspf.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python2-pyspf/python2-pyspf.SlackBuild b/python/python2-pyspf/python2-pyspf.SlackBuild index b96b651c675d..9a99143da3bd 100644 --- a/python/python2-pyspf/python2-pyspf.SlackBuild +++ b/python/python2-pyspf/python2-pyspf.SlackBuild @@ -34,7 +34,7 @@ ORIGNAM=$(echo $PRGNAM | cut -f2 -d-) 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 @@ 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" |