Enable -ffreestanding by default

Fixes #5429
This commit is contained in:
Norman Feske
2025-01-21 12:19:56 +01:00
committed by Christian Helmuth
parent 9dee2fbaf3
commit 63b49fcdb3
5 changed files with 20 additions and 1 deletions

View File

@ -25,3 +25,7 @@ HOST_INC_DIR += /usr/include/aarch64-linux-gnu
#
CC_OPT += -D_GNU_SOURCE
#
# Enable definition of __STDC_HOSTED__
#
CC_OPT_FREESTANDING =