Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2018 00:41:38 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488640 - head/devel/i386-gcc
Message-ID:  <201812290041.wBT0fc6Q010432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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