mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/icon: Change i486 to i586
This commit is contained in:
parent
552fc25cd3
commit
b6ac39f135
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue