diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:17:08 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:15 -0400 |
commit | b6ac39f135d2c468036d21463dddb5d826cb2fbe (patch) | |
tree | 10e540b2e052daa7943ee96aaac7593cd0d580c9 /development/icon | |
parent | 552fc25cd3324562ac8d2a9b4864c296b5cd25f2 (diff) |
development/icon: Change i486 to i586
Diffstat (limited to 'development/icon')
-rw-r--r-- | development/icon/icon.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/icon/icon.SlackBuild b/development/icon/icon.SlackBuild index dcc97fc5697bb..5f11d22f27c30 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 |