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 | |
parent | 0a8b528bf5e2fc7f2af2f478fd2fdd36ee57245f (diff) |
use X86 sources in X86 build, use none in other
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 2 | ||||
-rw-r--r-- | configs/linux-dri-x86 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 2783b8f1f8..c7de848829 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -15,7 +15,7 @@ CXXFLAGS = -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=1993 -#ASM_SOURCES = $(X86_SOURCES) +ASM_SOURCES = # Library/program dependencies GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lexpat -ldl 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 |