diff options
author | Dave Airlie <airliedfreedesktop.org> | 2004-05-04 00:10:24 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2004-05-04 00:10:24 +0000 |
commit | b05d87d6f53930cb24eb5b3b96b09f896222ee39 (patch) | |
tree | 9dd3114a37859f8dfeb40eabc46baedee629fac6 /configs/linux-dri-x86 | |
parent | 0a8b528bf5e2fc7f2af2f478fd2fdd36ee57245f (diff) |
use X86 sources in X86 build, use none in other
Diffstat (limited to 'configs/linux-dri-x86')
-rw-r--r-- | configs/linux-dri-x86 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/linux-dri-x86 b/configs/linux-dri-x86 index f48a8590e8..dc1f006ddd 100644 --- a/configs/linux-dri-x86 +++ b/configs/linux-dri-x86 @@ -13,6 +13,7 @@ CFLAGS = -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -D_POSIX_SO CXXFLAGS = -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE +ASM_SOURCES = $(X86_SOURCES) # Library/program dependencies GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lexpat -ldl |