Merge "[strip.sh] Move remaining GNU binutils usage to llvm binutils"

This commit is contained in:
Yi Kong
2021-03-19 15:32:49 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 8 deletions

View File

@@ -132,7 +132,7 @@ var (
blueprint.RuleParams{
Depfile: "${out}.d",
Deps: blueprint.DepsGCC,
Command: "CROSS_COMPILE=$crossCompile XZ=$xzCmd CLANG_BIN=${config.ClangBin} $stripPath ${args} -i ${in} -o ${out} -d ${out}.d",
Command: "XZ=$xzCmd CLANG_BIN=${config.ClangBin} $stripPath ${args} -i ${in} -o ${out} -d ${out}.d",
CommandDeps: []string{"$stripPath", "$xzCmd"},
Pool: darwinStripPool,
},