Add -fno-common to fix build in gcc v9

This commit is contained in:
Ryan Dwyer 2022-10-19 23:15:11 +10:00
parent 62c36b6539
commit 4ac72eae50
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ else ifeq ($(COMPILER), gcc)
-mno-abicalls \ -mno-abicalls \
-ffreestanding \ -ffreestanding \
-fno-builtin \ -fno-builtin \
-fno-common \
-fno-inline-functions \ -fno-inline-functions \
-fno-merge-constants \ -fno-merge-constants \
-fno-strict-aliasing \ -fno-strict-aliasing \