Add -mno-abicalls to gcc flags to fix build on Ubuntu

This commit is contained in:
Ryan Dwyer 2022-10-13 21:17:35 +10:00
parent 2c1c13e666
commit f50cc6d2c0
1 changed files with 1 additions and 0 deletions

View File

@ -446,6 +446,7 @@ else ifeq ($(COMPILER), gcc)
-mabi=32 \
-mfix4300 \
-mdivide-breaks \
-mno-abicalls \
-ffreestanding \
-ffast-math \
-fno-unsafe-math-optimizations \