Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- lfs/u-boot | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/lfs/u-boot b/lfs/u-boot index ffd558bdd..a0f8dac54 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 ###############################################################################