]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
u-boot: Fix build with GCC 10
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Aug 2020 09:44:04 +0000 (09:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2020 10:29:42 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/u-boot

index ffd558bddd1fc9b163a0569ffb470ac285afc8b2..a0f8dac54dd1e83e94601e30f9035af37011cad1 100644 (file)
@@ -33,6 +33,8 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)-$(MKIMAGE)
 SUP_ARCH   = armv5tel aarch64
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################