1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
RIOT/makefiles
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
..
2023-05-24 15:54:23 +00:00
2019-11-23 22:39:07 +01:00
2023-04-24 23:26:07 +00:00
2022-02-16 12:20:45 +01:00
2022-12-15 15:13:18 +01:00