projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a569511
)
libgl-gdi: Mingw-w64 in 32bit mode matches the Mingw32's .DEF semantics.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 3 Nov 2011 09:38:43 +0000
(09:38 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 3 Nov 2011 09:59:34 +0000
(09:59 +0000)
src/gallium/targets/libgl-gdi/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/targets/libgl-gdi/SConscript
b/src/gallium/targets/libgl-gdi/SConscript
index f6c8e8de78e80d2de45e4e18b761b4b98f370ea9..f8393dac2998f3961c4985b075c74282fa00bca8 100644
(file)
--- a/
src/gallium/targets/libgl-gdi/SConscript
+++ b/
src/gallium/targets/libgl-gdi/SConscript
@@
-27,7
+27,7
@@
if env['llvm']:
env.Append(CPPDEFINES = 'HAVE_LLVMPIPE')
drivers += [llvmpipe]
-if env['gcc'] and
'w64' not in env['CC'].split('-')
:
+if env['gcc'] and
env['machine'] != 'x86_64'
:
# DEF parser in certain versions of MinGW is busted, as does not behave as
# MSVC. mingw-w64 works fine.
sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def']