summaryrefslogtreecommitdiffstats
path: root/system/gconf-editor
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 04:02:22 +0100
committer B. Watson2022-06-07 08:23:49 +0200
commit86c593c86120194eecaa16355aa1d16f27f274b4 (patch)
tree2994f6dc20e50e4cb5cb35b98f48f409c2c1ec5b /system/gconf-editor
parent0f0c0475f75c7fd0bb4ce7548576ac80b9662162 (diff)
downloadslackbuilds-86c593c86120194eecaa16355aa1d16f27f274b4.tar.gz
system/gconf-editor: Change i486 to i586
Diffstat (limited to 'system/gconf-editor')
-rw-r--r--system/gconf-editor/gconf-editor.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/gconf-editor/gconf-editor.SlackBuild b/system/gconf-editor/gconf-editor.SlackBuild
index 85d2f3bed0..055bc5632f 100644
--- a/system/gconf-editor/gconf-editor.SlackBuild
+++ b/system/gconf-editor/gconf-editor.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"