Closed paulhuggett closed 3 years ago
Previously, the link tool would run clang++. This was mostly okay, but linked additional libraries that may not be available on the host. Explicitly set the target file format to ELF for linking.
Previously, the link tool would run clang++. This was mostly okay, but linked additional libraries that may not be available on the host. Explicitly set the target file format to ELF for linking.