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 89d7e2ec33
cortexm.inc.mk: detect 'arm-none-eabi-gcc' from ubuntu bionic
arm-gcc version from ubuntu bionic repository is not supported in RIOT.
Both when building with `gnu` and `llvm`.

    arm-none-eabi-gcc --version
    arm-none-eabi-gcc (15:6.3.1+svn253039-1build1) 6.3.1 20170620

So detect this version and print an error if found.

The check is done on the building machine and not on the host when building in
docker.

The error can be disabled when building with WERROR=0.
2019-01-10 13:27:22 +01:00
..
cortexm.inc.mk cortexm.inc.mk: detect 'arm-none-eabi-gcc' from ubuntu bionic 2019-01-10 13:27:22 +01:00
mips.inc.mk cpu/mips: use gnu99 by default 2018-10-04 08:48:43 +02:00
msp430.inc.mk cpu/msp430: use gnu99 by default 2018-10-04 08:48:43 +02:00
riscv.inc.mk cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00