Remove --allow-multiple-definion linker flag for 64-bit Windows
am: b83de950e7
Change-Id: Iff346710722c019a059639b99fd61866833741e2
This commit is contained in:
committed by
android-build-merger
commit
b56f1e22a7
@@ -106,9 +106,6 @@ var (
|
||||
"-L${WindowsGccRoot}/lib/gcc/${WindowsGccTriple}/4.8.3",
|
||||
"-B${WindowsGccRoot}/${WindowsGccTriple}/lib64",
|
||||
"-pthread",
|
||||
// Bug: http://b/109759970 - WAR until issue with ld.bfd's
|
||||
// inability to handle Clang-generated section names is fixed.
|
||||
"-Wl,--allow-multiple-definition",
|
||||
}...)
|
||||
windowsX8664ClangLldflags = ClangFilterUnknownLldflags(windowsX8664ClangLdflags)
|
||||
|
||||
|
Reference in New Issue
Block a user