diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:43 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:44 -0400 |
commit | 962dcf84cadd5dd2614e13c3fd6b9a6d3c983ce8 (patch) | |
tree | eddf5a74df763f567d022d75761e9f486ce55b77 | |
parent | 6734b7536d033af4d728c2a65e2ba29e845dabad (diff) |
python/gnome-python-desktop: Change i486 to i586
-rw-r--r-- | python/gnome-python-desktop/gnome-python-desktop.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/gnome-python-desktop/gnome-python-desktop.SlackBuild b/python/gnome-python-desktop/gnome-python-desktop.SlackBuild index a5349f7182a1..b3c1712b7061 100644 --- a/python/gnome-python-desktop/gnome-python-desktop.SlackBuild +++ b/python/gnome-python-desktop/gnome-python-desktop.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" |