From ebecd78f2fe6f9238fc160498924bee1465297ed Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 6 Aug 2020 16:48:39 +0000 Subject: [PATCH] linux-atm: Fix build with GCC 10 Signed-off-by: Michael Tremer --- lfs/linux-atm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/linux-atm b/lfs/linux-atm index a3e23dafbb..129109b3ff 100644 --- a/lfs/linux-atm +++ b/lfs/linux-atm @@ -32,6 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ############################################################################### -- 2.39.5