diff options
author | Michel Dänzer <[email protected]> | 2008-04-22 12:18:31 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2008-04-22 12:18:31 +0100 |
commit | 57b85e197b33d39063d431500016dffcce46ab7c (patch) | |
tree | ed6a7c19dfaf21140c44c3ded69c6afed1fbd2c4 /src/mesa/SConscript | |
parent | b4b3a73bdf68adc1d9fbadac913aa6cf60d648d5 (diff) |
gallium: Don't link x86sse.c into libmesa.a.
Otherwise we get a symbol clash with the copy in src/gallium/util .
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index a10c34c8c5e..80fbdb41f05 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -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', |