summaryrefslogtreecommitdiffstats
path: root/patches/source/randrproto/arch.use.flags
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/randrproto/arch.use.flags')
-rw-r--r--patches/source/randrproto/arch.use.flags9
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/source/randrproto/arch.use.flags b/patches/source/randrproto/arch.use.flags
new file mode 100644
index 000000000..11087c884
--- /dev/null
+++ b/patches/source/randrproto/arch.use.flags
@@ -0,0 +1,9 @@
+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
+ SLKCFLAGS="-O2 -fPIC"
+fi