mirror of
https://github.com/verilator/verilator.git
synced 2025-05-01 13:06:56 +00:00
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 | ||
driver.pl | ||
input.vc | ||
Makefile | ||
Makefile_obj | ||
vgen.pl |