gallium: Don't link x86sse.c into libmesa.a.

Otherwise we get a symbol clash with the copy in src/gallium/util .
This commit is contained in:
Michel Dänzer 2008-04-22 12:18:31 +01:00
parent b4b3a73bdf
commit 57b85e197b
2 changed files with 0 additions and 2 deletions

View File

@ -222,7 +222,6 @@ ASM_C_SOURCES = [
'x86/x86.c',
'x86/3dnow.c',
'x86/sse.c',
'x86/rtasm/x86sse.c',
'sparc/sparc.c',
'ppc/common_ppc.c',
'x86-64/x86-64.c',

View File

@ -245,7 +245,6 @@ ASM_C_SOURCES = \
x86/x86.c \
x86/3dnow.c \
x86/sse.c \
x86/rtasm/x86sse.c \
sparc/sparc.c \
ppc/common_ppc.c \
x86-64/x86-64.c