Disable red-zone

This commit is contained in:
2022-01-20 15:30:59 +01:00
parent 87d8c9c713
commit 2e8efd4117
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ rm -r *
--prefix=${SYSROOT}/usr \
--disable-shared \
--enable-debug \
CFLAGS="-O0 -mcmodel=large"
CFLAGS="-O0 -mcmodel=large -mno-red-zone"
make
make install-headers