Merge "Make rust builds hermetic"

This commit is contained in:
Colin Cross 2021-09-10 19:51:20 +00:00 committed by Gerrit Code Review
commit 65e8f6d765

View file

@ -26,6 +26,7 @@ var (
"-B${cc_config.ClangBin}",
"-fuse-ld=lld",
"-Wl,--undefined-version",
"--sysroot ${cc_config.LinuxGccRoot}/sysroot",
}
linuxX86Rustflags = []string{}
linuxX86Linkflags = []string{}