From: Michael Tremer Date: Mon, 17 Aug 2020 15:09:51 +0000 (+0000) Subject: u-boot: Fix build with GCC 10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61681636815f07d657e099636620a5d65cdb3ecc;p=people%2Fms%2Fipfire-2.x.git u-boot: Fix build with GCC 10 Signed-off-by: Michael Tremer --- diff --git a/lfs/u-boot-friendlyarm b/lfs/u-boot-friendlyarm index 5945ef6c53..b4a925961c 100644 --- a/lfs/u-boot-friendlyarm +++ b/lfs/u-boot-friendlyarm @@ -33,6 +33,8 @@ DIR_APP = $(DIR_SRC)/u-boot-$(VER)* TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = armv5tel +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ###############################################################################