use X86 sources in X86 build, use none in other

This commit is contained in:
Dave Airlie 2004-05-04 00:10:24 +00:00
parent 0a8b528bf5
commit b05d87d6f5
2 changed files with 2 additions and 1 deletions

View 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

View 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