summaryrefslogtreecommitdiffstats
path: root/development/icon
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:17:08 +0100
committer B. Watson2022-06-07 08:23:15 +0200
commitb6ac39f135d2c468036d21463dddb5d826cb2fbe (patch)
tree10e540b2e052daa7943ee96aaac7593cd0d580c9 /development/icon
parent552fc25cd3324562ac8d2a9b4864c296b5cd25f2 (diff)
downloadslackbuilds-b6ac39f135d2c468036d21463dddb5d826cb2fbe.tar.gz
development/icon: Change i486 to i586
Diffstat (limited to 'development/icon')
-rw-r--r--development/icon/icon.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/icon/icon.SlackBuild b/development/icon/icon.SlackBuild
index dcc97fc569..5f11d22f27 100644
--- a/development/icon/icon.SlackBuild
+++ b/development/icon/icon.SlackBuild
@@ -55,10 +55,7 @@ OUTPUT=${OUTPUT:-/tmp}
# whenever running icon programs. I can't reproduce it.
# However, one of the tests fails with "-O2". Use "-O" instead
# since it is the default in config/linux/Makedefs.
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i586" ]; then
+if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then