Lately I’ve been working on updating the cross-compiler for AmigaOS4.
Progress report:
Updated GMP, MPFR, and MPC to their latest versions
Ported and adjusted patches for GCC v13
There have been some internal changes in GCC, so __builtin_getlinearva currently needs to be reworked as it’s broken at the moment.
The biggest challenge right now is binutils, the current version is around 13 years old. I’d really like to move to a more modern version, but that’s going to take some work.
💻 Get it on GitHub:
👉 https://github.com/rolsen74/amy_gcc

