From f0ff50d4edbeab5aa0df349772ed2eda64878282 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sat, 2 Jul 2005 08:29:57 +0000 Subject: Add support for assembly (static) dispatch functions on x86-64. This is basically patch #2939 from X.org bugzilla #3379. This does *not* fix the bug as it does not dynamically generate stubs at run-time. It just gets things one step closer. --- configs/freebsd-dri-amd64 | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/freebsd-dri-amd64') diff --git a/configs/freebsd-dri-amd64 b/configs/freebsd-dri-amd64 index f578377212..ffddfd8354 100644 --- a/configs/freebsd-dri-amd64 +++ b/configs/freebsd-dri-amd64 @@ -6,3 +6,4 @@ include $(TOP)/configs/freebsd-dri CONFIG_NAME = freebsd-dri-x86-64 ASM_FLAGS = -DUSE_X86_64_ASM +ASM_SOURCES = $(X86-64_SOURCES) $(X86-64_API) -- cgit v1.2.3