diff --git a/Makefile b/Makefile index e8920628e..c36b706e2 100644 --- a/Makefile +++ b/Makefile @@ -448,6 +448,7 @@ else ifeq ($(COMPILER), gcc) -mno-abicalls \ -ffreestanding \ -fno-builtin \ + -fno-common \ -fno-inline-functions \ -fno-merge-constants \ -fno-strict-aliasing \