In the generated Makefile the linker output is piped through c++filt which was very useful for older linkers. But unfortunately the status code is lost during the piping. So when the make process is embedded in a larger setup a failure will not manifest to the outside flow. As modern linkers do the job of c++filt, this removes it from the generated Makefile. It will also produce a proper status code then. Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org> |
||
|---|---|---|
| .. | ||
| t | ||
| .gdbinit | ||
| .gitignore | ||
| Makefile | ||
| Makefile_obj | ||
| driver.pl | ||
| input.vc | ||
| vgen.pl | ||