From 8699bcc8818ce7d8bafb71adfc80435235b75d63 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 a3e23dafb..129109b3f 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 ###############################################################################