1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00
RIOT/makefiles/arch
Sören Tempel 125e4b54c1 fe310: Support the LLVM toolchain (i.e. compilation with clang)
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.
2020-10-07 07:37:52 +00:00
..
atmega.inc.mk cpu/atmega*: drop ldscripts_compat 2021-01-22 19:05:20 +01:00
cortexm.inc.mk cpu/cortexm_common: add support for Cortex-M33 2020-10-06 17:11:26 +02:00
mips.inc.mk make: Use common comma variable definition 2020-10-09 12:02:28 +02:00
msp430.inc.mk build system: Overwrite TARGET_ARCH per arch 2020-09-08 22:28:41 +02:00
riscv.inc.mk fe310: Support the LLVM toolchain (i.e. compilation with clang) 2020-10-07 07:37:52 +00:00