Remove --allow-multiple-definion linker flag for 64-bit Windows

am: b83de950e7

Change-Id: Iff346710722c019a059639b99fd61866833741e2
This commit is contained in:
Pirama Arumuga Nainar
2018-10-03 14:03:08 -07:00
committed by android-build-merger

View File

@@ -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)