Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 04:49:21 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539795 - head/devel/tigcc
Message-ID:  <202006220449.05M4nL8I018492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jun 22 04:49:21 2020
New Revision: 539795
URL: https://svnweb.freebsd.org/changeset/ports/539795

Log:
  devel/tigcc: Unbreak build with GCC 10 (-fno-common)
  
  /usr/local/bin/ld: libbackend.a(m68k.o):(.bss+0x50): multiple definition of `m68k_regparm_string'; libbackend.a(options.o):(.bss+0x10): first defined here
  
  http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/tigcc-0.96.b8_10.log

Modified:
  head/devel/tigcc/Makefile

Modified: head/devel/tigcc/Makefile
==============================================================================
--- head/devel/tigcc/Makefile	Mon Jun 22 03:21:38 2020	(r539794)
+++ head/devel/tigcc/Makefile	Mon Jun 22 04:49:21 2020	(r539795)
@@ -17,6 +17,7 @@ COMMENT=	C compiler for the TI89, 92, and 92+ calculat
 
 USES=		bison compiler:nestedfct gmake tar:bzip2
 USE_CSTD=	gnu89
+CFLAGS+=	-fcommon
 NO_WRKSUBDIR=	yes
 SUB_FILES=	pkg-message
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006220449.05M4nL8I018492>