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 2783b8f1f89f6bad0e2ff846d4432c0bcb53453e..c7de84882952795e85556d39d197f4241af02a47 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 f48a8590e8ac74fb2abba54c9e50a2b41db73370..dc1f006ddd8a0e971685de7f48c61f6399bf1479 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