summaryrefslogtreecommitdiff
path: root/configs/freebsd-dri-x86
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-10-28 00:19:21 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-10-28 00:19:21 +0000
commitcc182213c81a4bfa094ac4cb06b65fa2b074b1e9 (patch)
tree52446f19f8ec6491323e0ef8807bd328423f30a0 /configs/freebsd-dri-x86
parent948f2720f754450b048ba6f7a60b842bbf8e633a (diff)
Add FreeBSD DRI build targets. Doesn't build at the moment, due to the same
problems as Linux.
Diffstat (limited to 'configs/freebsd-dri-x86')
-rw-r--r--configs/freebsd-dri-x8612
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/freebsd-dri-x86 b/configs/freebsd-dri-x86
new file mode 100644
index 0000000000..31316b1f7a
--- /dev/null
+++ b/configs/freebsd-dri-x86
@@ -0,0 +1,12 @@
+# -*-makefile-*-
+# Configuration for freebsd-dri: FreeBSD DRI hardware drivers
+
+include $(TOP)/configs/freebsd-dri
+
+CONFIG_NAME = freebsd-dri-x86
+
+# Unnecessary on x86, generally.
+PIC_FLAGS =
+
+ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
+ASM_SOURCES = $(X86_SOURCES)