scons: Eliminate libgcc_s_sjlj-1.dll dependency
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 3 Feb 2011 09:12:11 +0000 (09:12 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 3 Feb 2011 09:16:49 +0000 (09:16 +0000)
commit82e79e93ac2aca07acbf14bfde2102b236c4e079
treecfce8d81e000a6e12868419cdcb9ee99eeb05f3a
parentaa31a5cbc7b52eb1d03c6eab414479249830eabf
scons: Eliminate libgcc_s_sjlj-1.dll dependency

Certain mingw32 cross compilers (e.g. RedHat's) defaults to use DLL gcc
runtime.

Given the main deliverable from this project are self-contained drivers,
which are loaded by any application, this dependency can cause havoc.
scons/crossmingw.py