projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e4e765
)
scons: Use --enable-stdcall-fixup only when building DLLs.
author
José Fonseca
<jfonseca@vmware.com>
Sat, 24 Jan 2009 14:33:54 +0000
(14:33 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 24 Jan 2009 14:33:54 +0000
(14:33 +0000)
scons/crossmingw.py
patch
|
blob
|
history
diff --git
a/scons/crossmingw.py
b/scons/crossmingw.py
index
b1141c9
..
53b4d2e
100644
(file)
--- a/
scons/crossmingw.py
+++ b/
scons/crossmingw.py
@@
-174,7
+174,8
@@
def generate(env):
env['LIBSUFFIXES'] = [ '.a', '.lib' ]
env.AppendUnique(LIBS = ['iberty'])
- env.AppendUnique(LINKFLAGS = ['-Wl,--enable-stdcall-fixup'])
+ env.AppendUnique(SHLINKFLAGS = ['-Wl,--enable-stdcall-fixup'])
+ #env.AppendUnique(SHLINKFLAGS = ['-Wl,--kill-at'])
def exists(env):
return find(env)