1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/toolchain
Marian Buschsieweke 5cc92304df
makefiles/toolchain/gnu.inc.mk: fix compilation
The `--param=min-pagesize=0` needed since GCC 12 is still needed with
GCC 13. This time at least the message is more meaningful:

     note: source object is likely at address zero

This is something that is not expected in a userspace app, but with
bare metal MCUs and often flash or memory mapped I/O starting from
address zero, this warning prevents legitimate code from compiling.
2023-06-03 20:10:56 +02:00
..
afl.inc.mk makefiles/toolchain: don't export all variables 2020-06-24 11:00:54 +02:00
gnu.inc.mk makefiles/toolchain/gnu.inc.mk: fix compilation 2023-06-03 20:10:56 +02:00
llvm.inc.mk build system: support wrong target triples with LLVM 2021-02-11 17:19:15 +01:00