svn commit: r539795 - head/devel/tigcc

Tobias Kortkamp tobik at FreeBSD.org
Mon Jun 22 04:49:21 UTC 2020


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
 


More information about the svn-ports-all mailing list