From: Michael Tremer Date: Wed, 12 Aug 2020 09:44:04 +0000 (+0000) Subject: u-boot: Fix build with GCC 10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a644f18bec80bd9888cf31c9c52da1a6ae39ed43;p=people%2Fstevee%2Fipfire-2.x.git u-boot: Fix build with GCC 10 Signed-off-by: Michael Tremer --- diff --git a/lfs/u-boot b/lfs/u-boot index ffd558bddd..a0f8dac54d 100644 --- a/lfs/u-boot +++ b/lfs/u-boot @@ -33,6 +33,8 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)-$(MKIMAGE) SUP_ARCH = armv5tel aarch64 +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################