development/icon: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-18 20:17:08 -06:00 committed by B. Watson
parent 552fc25cd3
commit b6ac39f135

View file

@ -55,10 +55,7 @@ OUTPUT=${OUTPUT:-/tmp}
# whenever running icon programs. I can't reproduce it. # whenever running icon programs. I can't reproduce it.
# However, one of the tests fails with "-O2". Use "-O" instead # However, one of the tests fails with "-O2". Use "-O" instead
# since it is the default in config/linux/Makedefs. # since it is the default in config/linux/Makedefs.
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O -march=i586 -mtune=i686" SLKCFLAGS="-O -march=i586 -mtune=i686"
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then