You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nick Andrews edited this page Jan 5, 2021
·
4 revisions
Rework the existing AROS target naming, so that the full target is used when cross/ compiling - e.g. arm-pc-aros, or m68k-amigaos-aros.
Rework the host detection to use the correct full naming when cross compiling, and generate toolchains using -unknown-aros naming conventions, with wrappers that push specific ISA flags if necessary (e.g. "arm-raspi-aros" -> calls "arm-unknown-aros -marm -march....")
Remove the current wrapper used to generate the native toolchain once the previous fixes have been made, and clean up the related build scripts.