[12/62] linux-atm: Fix build with GCC 10

Message ID 20200816102953.3881-12-michael.tremer@ipfire.org
State Accepted
Commit 8699bcc8818ce7d8bafb71adfc80435235b75d63
Headers
Series [01/62] bison: Update to 3.7.1 |

Commit Message

Michael Tremer Aug. 16, 2020, 10:29 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/linux-atm | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

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
 ###############################################################################