1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/arch
Marian Buschsieweke 7c1949341e
build system: Overwrite TARGET_ARCH per arch
Add `TARGET_ARCH_<ARCH>` for each architecture (e.g. `TARGET_ARCH_CORTEX` for
Cortex M) to allow users to overwrite the target triple for a specific arch
from ~/.profile or ~/.bashrc (or the like) without overwriting it for all others
as well.
2020-09-08 22:28:41 +02:00
..
atmega.inc.mk build system: Overwrite TARGET_ARCH per arch 2020-09-08 22:28:41 +02:00
cortexm.inc.mk build system: Overwrite TARGET_ARCH per arch 2020-09-08 22:28:41 +02:00
mips.inc.mk build system: Overwrite TARGET_ARCH per arch 2020-09-08 22:28:41 +02:00
msp430.inc.mk build system: Overwrite TARGET_ARCH per arch 2020-09-08 22:28:41 +02:00
riscv.inc.mk build system: Overwrite TARGET_ARCH per arch 2020-09-08 22:28:41 +02:00