summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorThierry Reding <thierry@gilfi.de>2006-10-20 07:47:37 +0000
committerThierry Reding <thierry@gilfi.de>2006-10-20 07:47:37 +0000
commitf069b2812e16da4eadbbbd1b088f1b590879e690 (patch)
tree11b4124f61d4e2984aba4d4f4040dce455afe63e /configs
parentf20ff6213eafb9f61d8e436d78a5c737e64dc6d5 (diff)
Add a set of files to enable an i686 optimized build of the DRI/GLX-enabled
libGL and the DRI drivers. Disabled for now.
Diffstat (limited to 'configs')
-rw-r--r--configs/debian-dri-i386-i68614
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/debian-dri-i386-i686 b/configs/debian-dri-i386-i686
new file mode 100644
index 0000000000..02a0321abb
--- /dev/null
+++ b/configs/debian-dri-i386-i686
@@ -0,0 +1,14 @@
+# Configuration for building the DRI drivers on i386.
+
+include $(TOP)/configs/linux-dri-x86
+include $(TOP)/configs/debian-dri-default
+
+CONFIG_NAME = debian-dri-i386-i686
+
+ARCH_FLAGS = -march=i686
+LIB_DIR = lib/glx/i686/cmov
+
+DRI_DRIVER_INSTALL_DIR = $(INSTALL_DIR)/lib/dri/i686/cmov
+
+# vim: ft=make
+