mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
125e4b54c1
This requires -nostartfiles to be only passed to the linker, not the compiler, as it is a linker flag and passing it to the compiler causes a clang warning to be emitted. Additionally, clang does not seem to support `-mcmodel=medlow` and `-msmall-data-limit=8` but these options do not seem strictly necessary to me anyhow thus they are deactivated conditionally when using clang. |
||
---|---|---|
.. | ||
atmega.inc.mk | ||
cortexm.inc.mk | ||
mips.inc.mk | ||
msp430.inc.mk | ||
riscv.inc.mk |