]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
u-boot: Fix build with GCC 10
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Aug 2020 15:09:51 +0000 (15:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Aug 2020 15:09:51 +0000 (15:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/u-boot-friendlyarm

index 5945ef6c53e0e12d1b00c962e06c4d3d21b2041c..b4a925961c4f39b5145da0fc254a93697ce81d4d 100644 (file)
@@ -33,6 +33,8 @@ DIR_APP    = $(DIR_SRC)/u-boot-$(VER)*
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = armv5tel
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################