- Package:
- src:iverilog
- Source:
- iverilog
- Submitter:
- Helmut Grohne
- Date:
- 2022-05-19 17:36:04 UTC
- Severity:
- normal
- Tags:
iverilog fails to cross build from source, because it checks for the build architecture compiler at the end of the configure run when the LIBS variable is already set. As such, the macro includes those LIBS and fails to find them for the build architecture concluding that the build architecture compiler is broken. The solution is to run the macro early. Please consider applying the attached patch. Helmut