Disable red-zone
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user