-
-
Notifications
You must be signed in to change notification settings - Fork 62
toolchain system list
Nick Andrews edited this page Jan 5, 2021
·
1 revision
- 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.