svn commit: r488640 - head/devel/i386-gcc

John Baldwin jhb at FreeBSD.org
Sat Dec 29 00:41:39 UTC 2018


Author: jhb (src,doc committer)
Date: Sat Dec 29 00:41:38 2018
New Revision: 488640
URL: https://svnweb.freebsd.org/changeset/ports/488640

Log:
  Remove spurious macro assignment.
  
  This port wasn't defining GCC_TARGET so devel/powerpc64-gcc was not
  checking the FREEBSD_EXTENSION variable.
  
  Approved by:	zeising
  Differential Revision:	https://reviews.freebsd.org/D18348

Modified:
  head/devel/i386-gcc/Makefile

Modified: head/devel/i386-gcc/Makefile
==============================================================================
--- head/devel/i386-gcc/Makefile	Sat Dec 29 00:05:39 2018	(r488639)
+++ head/devel/i386-gcc/Makefile	Sat Dec 29 00:41:38 2018	(r488640)
@@ -4,6 +4,5 @@ PKGNAMEPREFIX=	i386-
 PLIST=	${.CURDIR}/pkg-plist
 
 MASTERDIR=	${.CURDIR}/../powerpc64-gcc
-FREEBSD_EXTENSION=	yes
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list