Chromium Code Reviews| Index: build/toolchain/nacl/BUILD.gn |
| diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn |
| index bf31e846a97452b0558d00fc7fcd5f317460f1c4..060ece3d675b0805a15eb1bb6444552897782934 100644 |
| --- a/build/toolchain/nacl/BUILD.gn |
| +++ b/build/toolchain/nacl/BUILD.gn |
| @@ -37,14 +37,8 @@ nacl_toolchain("newlib_pnacl") { |
| cxx = toolprefix + "clang++" |
| ar = toolprefix + "ar" |
| ld = cxx |
| - executable_extension = ".pexe.debug" |
| - |
| - finalize = toolprefix + "finalize" |
| - nonfinal_file = |
| - "{{root_out_dir}}/{{target_output_name}}${executable_extension}" |
| - finalized_file = "{{root_out_dir}}/{{target_output_name}}.pexe" |
| - postlink = "$finalize $nonfinal_file -o $finalized_file" |
| - link_outputs = [ finalized_file ] |
| + strip = toolprefix + "finalize" |
|
Dirk Pranke
2015/11/03 23:49:13
maybe add a comment here about why we're using the
Roland McGrath
2015/11/04 00:06:44
Done.
|
| + executable_extension = ".pexe" |
| } |
| nacl_toolchain("newlib_pnacl_nonsfi") { |