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 | f2189d1670dd2385209cf31fca42cad636e9de4e (patch) | |
tree | 5d3943a8fde2188779fc41c29c793f69a4b2d925 | |
parent | a9a033a248fae2b7da06e14af850181fbe3cbd0a (diff) | |
download | slackbuilds-f2189d1670dd2385209cf31fca42cad636e9de4e.tar.gz |
python/bottle-mysql: Change i486 to i586
-rw-r--r-- | python/bottle-mysql/bottle-mysql.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/bottle-mysql/bottle-mysql.SlackBuild b/python/bottle-mysql/bottle-mysql.SlackBuild index 7e7e9676b1..64e636a09f 100644 --- a/python/bottle-mysql/bottle-mysql.SlackBuild +++ b/python/bottle-mysql/bottle-mysql.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" |