1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/arch
Keith Packard b21e624280 cpu/arm7, arch/cortexm: Remove -fno-builtin flag
This flag disables all builtin functions provided by the compiler as
well as disabling all optimizations and error checking related to
standard C library functions. If you're using a C library which
conforms to the ANSI C standard, you want to leave these compiler
features enabled.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-04-02 16:58:09 -07:00
..
avr8.inc.mk cpu/avr8_common: Fix link with binutils > 2.35.2 2021-10-13 16:37:19 +02:00
cortexm.inc.mk cpu/arm7, arch/cortexm: Remove -fno-builtin flag 2022-04-02 16:58:09 -07:00
mips.inc.mk makefiles/arch: use -std=gnu11 also for MIPS 2021-11-11 09:55:24 +01:00
msp430.inc.mk cpu/msp430_common: extend flashpage API 2021-10-25 15:03:50 +02:00
riscv.inc.mk makefiles: Define RUST_TARGET for use with Cargo / Rust 2021-12-14 12:55:13 +01:00