Merge "Link msvcr110.a after mingwex.a"
This commit is contained in:
@@ -213,10 +213,9 @@ func init() {
|
|||||||
hostDynamicGccLibs = map[android.OsType][]string{
|
hostDynamicGccLibs = map[android.OsType][]string{
|
||||||
android.Linux: []string{"-lgcc_s", "-lgcc", "-lc", "-lgcc_s", "-lgcc"},
|
android.Linux: []string{"-lgcc_s", "-lgcc", "-lc", "-lgcc_s", "-lgcc"},
|
||||||
android.Darwin: []string{"-lc", "-lSystem"},
|
android.Darwin: []string{"-lc", "-lSystem"},
|
||||||
android.Windows: []string{"-lmsvcr110", "-lmingw32", "-lgcc", "-lmoldname",
|
android.Windows: []string{"-lmingw32", "-lgcc", "-lmoldname", "-lmingwex", "-lmsvcr110",
|
||||||
"-lmingwex", "-lmsvcrt", "-ladvapi32", "-lshell32", "-luser32",
|
"-lmsvcrt", "-ladvapi32", "-lshell32", "-luser32", "-lkernel32", "-lmingw32",
|
||||||
"-lkernel32", "-lmingw32", "-lgcc", "-lmoldname", "-lmingwex",
|
"-lgcc", "-lmoldname", "-lmingwex", "-lmsvcrt"},
|
||||||
"-lmsvcrt"},
|
|
||||||
}
|
}
|
||||||
hostStaticGccLibs = map[android.OsType][]string{
|
hostStaticGccLibs = map[android.OsType][]string{
|
||||||
android.Linux: []string{"-Wl,--start-group", "-lgcc", "-lgcc_eh", "-lc", "-Wl,--end-group"},
|
android.Linux: []string{"-Wl,--start-group", "-lgcc", "-lgcc_eh", "-lc", "-Wl,--end-group"},
|
||||||
|
Reference in New Issue
Block a user