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.
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
# Configuration for Linux for 64-bit X86 (Opteron)
|
|
|
|
include $(TOP)/configs/linux
|
|
|
|
CONFIG_NAME = linux-x86-64
|
|
|
|
ARCH_FLAGS = -m64
|
|
|
|
ASM_SOURCES = $(X86-64_SOURCES) $(X86-64_API)
|
|
ASM_FLAGS = -DUSE_X86_64_ASM
|
|
|
|
LIB_DIR = $(TOP)/lib64
|
|
EXTRA_LIB_PATH = -L/usr/X11R6/lib64
|