summaryrefslogtreecommitdiff
path: root/configs/freebsd-dri-x86
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-12 15:19:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-12 15:19:19 +0000
commit28569c25f6c211796fd8720f98f386690bddd3c9 (patch)
treee92ddf7a88c49a1bee413e989ca61a73f4f75579 /configs/freebsd-dri-x86
parent68d436140d44a9f33cb5817577ecd980c694c889 (diff)
use ASM_API variable, bug 4415
Diffstat (limited to 'configs/freebsd-dri-x86')
-rw-r--r--configs/freebsd-dri-x861
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/freebsd-dri-x86 b/configs/freebsd-dri-x86
index 31316b1f7a..af0d27ff47 100644
--- a/configs/freebsd-dri-x86
+++ b/configs/freebsd-dri-x86
@@ -10,3 +10,4 @@ PIC_FLAGS =
ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
ASM_SOURCES = $(X86_SOURCES)
+ASM_API = $(X86_API)