Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libmicrokit: fix to successfully link on LLD
LLD does not recognise the STARTUP directive which works with the GNU linker. Given that the crt0.s entry point is already specified to be at the start of the _text section when linking with libmicrokit, all we need to do is slightly change the Makefile to also include crt0.o when linking to produce libmicrokit.a Signed-off-by: Ivan Velickovic <[email protected]>
- Loading branch information