use X86 sources in X86 build, use none in other
authorDave Airlie <airliedfreedesktop.org>
Tue, 4 May 2004 00:10:24 +0000 (00:10 +0000)
committerDave Airlie <airliedfreedesktop.org>
Tue, 4 May 2004 00:10:24 +0000 (00:10 +0000)
configs/linux-dri
configs/linux-dri-x86

index 2783b8f..c7de848 100644 (file)
@@ -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
index f48a859..dc1f006 100644 (file)
@@ -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