From 46121d9a6842018d8e423d6c109a0144f79cfad1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 12 Aug 2020 09:44:04 +0000 Subject: [PATCH] u-boot: Fix build with GCC 10 Signed-off-by: Michael Tremer --- lfs/u-boot | 2 ++ 1 file changed, 2 insertions(+) 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 ############################################################################### -- 2.39.5