projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5cf4ec
)
scons: Prefer x86_64-w64-mingw32- prefix.
author
José Fonseca
<jose.r.fonseca@gmail.com>
Mon, 29 Aug 2011 12:21:24 +0000
(13:21 +0100)
committer
José Fonseca
<jose.r.fonseca@gmail.com>
Tue, 30 Aug 2011 08:42:01 +0000
(09:42 +0100)
This allows to use mingw-w64 binaries on debian systems which already
include a (typically incomplete) 64 cross compiler.
scons/crossmingw.py
patch
|
blob
|
history
diff --git
a/scons/crossmingw.py
b/scons/crossmingw.py
index 4a695a440d65c5788b1308fe0e345af7d2e7891c..949fc4fb1dcc8bd8860e8c13df586a3d0779b5ee 100644
(file)
--- a/
scons/crossmingw.py
+++ b/
scons/crossmingw.py
@@
-57,10
+57,10
@@
prefixes32 = SCons.Util.Split("""
i686-w64-mingw32-
""")
prefixes64 = SCons.Util.Split("""
+ x86_64-w64-mingw32-
amd64-mingw32-
amd64-mingw32msvc-
amd64-pc-mingw32-
- x86_64-w64-mingw32-
""")
def find(env):