1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/arch
Gaëtan Harter 7416337d4d
makefiles/arch/cortexm.inc.mk: remove clang 3.6.2 workaround
Remove the workaround for clang 3.6.2 that did not support
'cortex-m0plus'.

clang 3.8 was already supporting it according to the PR introducing the check.
clang >=3.8 is avaible since ubuntu-xenial and debian-stretch.
The current ubuntu-bionic has clang 6 and debian-buster clang 7.

This removes overwriting 'CPU_ARCH'.
2019-10-08 16:19:51 +02:00
..
atmega.inc.mk toolchain/cflags: enable dwarf compression. 2019-09-02 14:43:26 +02:00
cortexm.inc.mk makefiles/arch/cortexm.inc.mk: remove clang 3.6.2 workaround 2019-10-08 16:19:51 +02:00
mips.inc.mk makefiles/arch/mips.inc.mk: use makefiles/utils lowercase function 2019-09-30 17:35:06 +02:00
msp430.inc.mk toolchain/cflags: enable dwarf compression. 2019-09-02 14:43:26 +02:00
riscv.inc.mk makefiles: do not locally export compilation variables 2019-08-29 10:35:36 +02:00