summaryrefslogtreecommitdiffstats
path: root/source/x/x11/arch.use.flags
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11/arch.use.flags')
-rw-r--r--source/x/x11/arch.use.flags2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/x/x11/arch.use.flags b/source/x/x11/arch.use.flags
index f28a6ccab..11087c884 100644
--- a/source/x/x11/arch.use.flags
+++ b/source/x/x11/arch.use.flags
@@ -1,5 +1,7 @@
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+elif [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
elif [ "$ARCH" = "x86_64" ]; then