]> git.lizzy.rs Git - rust.git/commit
auto merge of #6295 : yichoi/rust/pull-mingw32, r=brson
authorbors <bors@rust-lang.org>
Tue, 7 May 2013 22:06:38 +0000 (15:06 -0700)
committerbors <bors@rust-lang.org>
Tue, 7 May 2013 22:06:38 +0000 (15:06 -0700)
commit3a34e93651cb84536a23f9cdb6290bdee6446264
treebbdc3e2df4ed506395b3bffbef28315610c89f4b
parent45ae3402e034e83d254d1bc36914f8433202bad9
parent930908aa90af3635af3744b08bf2aaaee4e3b381
auto merge of #6295 : yichoi/rust/pull-mingw32, r=brson

fix for #6279 #6253

mk: rt.mk regression patch for mingw32 after #6176

currently do not pass optimization option just make it works only

mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235

It can be simply fixed with CFG_LIB check whether bin or lib however considering multiple target triples with linux and windows, CFG_LIB needs to configurable #5223 and #5577