u-boot: Fix build with GCC 10

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-08-17 15:09:51 +00:00
parent 9b34655840
commit 6168163681

View File

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