Remove duplicate -B entry for host linux clang ldflags
am: 2c044aed20
* commit '2c044aed20703188730661f4b49eb051023cc914':
Remove duplicate -B entry for host linux clang ldflags
Change-Id: Iac997b2470565b841c2cd61aa6ba456139b9d1c7
This commit is contained in:
@@ -71,7 +71,6 @@ var (
|
||||
linuxClangLdflags = append(clangFilterUnknownCflags(linuxLdflags), []string{
|
||||
"--gcc-toolchain=${linuxGccRoot}",
|
||||
"--sysroot ${linuxGccRoot}/sysroot",
|
||||
"-B${linuxGccRoot}/${linuxGccTriple}/bin",
|
||||
}...)
|
||||
|
||||
linuxX86ClangLdflags = append(clangFilterUnknownCflags(linuxX86Ldflags), []string{
|
||||
|
Reference in New Issue
Block a user