toolchain: update architecture support and improve toolchain configuration

Added arm and aarch64 support
tools/Makefile has been refactored

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-08 11:59:30 +02:00
parent 61b1e95629
commit eb602e12c2
5 changed files with 3782 additions and 155 deletions

View File

@ -22,4 +22,6 @@ In this directory, you will find:
## Useful links
- [Create git patches](https://stackoverflow.com/a/15438863/9352057)
- [binutils git tags](https://sourceware.org/git/?p=binutils-gdb.git;a=tags)
- [gcc git tags](https://gcc.gnu.org/git/?p=gcc.git;a=tags)
- [QEMU git tags](https://gitlab.com/qemu-project/qemu/-/tags)