1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:29:46 +01:00
RIOT/makefiles/arch
Benjamin Valentin 5c34eeae03 makefiles/arch/native: don't be pedantic
We don't enable this on any other architecture.
-pedantic doesn't give us any more beneficial wanrings, only warns
about language extensions that are implemented by both GCC and Clang
anyway.

Since those are the only compilers we are targeting, we can just make
use of them to make our lives easier.
2024-09-26 17:09:15 +02:00
..
avr8.inc.mk makefiles/toolchain: Fix incorrect assumptions on address space layout 2023-05-08 15:42:40 +02:00
cortexm.inc.mk makefiles/arch/cortexm.inc.mk: fix ASMFLAGS 2022-11-11 23:11:07 +01:00
msp430.inc.mk Merge #19733 #19747 #19769 #19782 2023-07-04 18:43:26 +00:00
native.inc.mk makefiles/arch/native: don't be pedantic 2024-09-26 17:09:15 +02:00
riscv.inc.mk makefiles/arch/riscv.inc.mk: update RISC-V target triple 2024-02-12 20:40:30 +01:00