summaryrefslogtreecommitdiffstats
path: root/configs/debian-swx11+glu-i386-i686
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2006-10-16 09:39:59 +0000
committerThierry Reding <[email protected]>2006-10-16 09:39:59 +0000
commit1b0d29afbcfe8eeb1eca380b6bb6462c0eaa882c (patch)
tree622d726be865b7bb9ab0a09e75b0885f4f24506d /configs/debian-swx11+glu-i386-i686
parent55cf480c0b017e9ac7b1792cad64d89edcbe83ec (diff)
Rename the CPU optimization configurations to make it clear that they only
build swx11 and GLU. Build architecture-optimized swx11 and GLU where possible.
Diffstat (limited to 'configs/debian-swx11+glu-i386-i686')
-rw-r--r--configs/debian-swx11+glu-i386-i68613
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/debian-swx11+glu-i386-i686 b/configs/debian-swx11+glu-i386-i686
new file mode 100644
index 00000000000..062079f0e08
--- /dev/null
+++ b/configs/debian-swx11+glu-i386-i686
@@ -0,0 +1,13 @@
+# Configuration for building Mesa (swx11 and GLU) with runtime-detected
+# assembler optimizations on i386 (i686 optimized).
+
+include $(TOP)/configs/debian-default
+include $(TOP)/configs/linux-x86
+
+CONFIG_NAME = debian-swx11+glu-i386-i686
+
+override ARCH_FLAGS += -mcpu=i686
+override LIB_DIR = lib/i686/cmov
+
+# vim: ft=make
+