From bd053b892fabc50972049d35f08d6d05f8347be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:19 +0200 Subject: [PATCH] cross-arm-none-eabi-gdb: needs -fcommon for gcc10 [ci skip] --- srcpkgs/cross-arm-none-eabi-gdb/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template index 42cfac61acd..798295baef8 100644 --- a/srcpkgs/cross-arm-none-eabi-gdb/template +++ b/srcpkgs/cross-arm-none-eabi-gdb/template @@ -38,6 +38,8 @@ build_options="guile python" build_options_default=" " nocross=yes +CFLAGS="-fcommon" + post_install() { # resolve conflicts with binutils and native gdb rm -fr ${DESTDIR}/usr/{share/{locale,gdb,info},include}