diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:48 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:47 -0400 |
commit | 07671a515fee6ea6678f9d74caec9c8ff135f4cc (patch) | |
tree | 3912b230243549f038c8236f0c55d751430a53e9 /python/statsmodels | |
parent | eda7754fa801ffe072ecd5c277e5ffc61c4601f2 (diff) |
python/statsmodels: Change i486 to i586
Diffstat (limited to 'python/statsmodels')
-rw-r--r-- | python/statsmodels/statsmodels.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/statsmodels/statsmodels.SlackBuild b/python/statsmodels/statsmodels.SlackBuild index ecb4b635b4a5..440f6a45e830 100644 --- a/python/statsmodels/statsmodels.SlackBuild +++ b/python/statsmodels/statsmodels.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 @@ -50,8 +50,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" |