Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 18:52:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428886 - in head/devel: amd64-gcc powerpc64-gcc
Message-ID:  <201612181852.uBIIqVYX022286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Dec 18 18:52:31 2016
New Revision: 428886
URL: https://svnweb.freebsd.org/changeset/ports/428886

Log:
  Make amd64-gcc respect the 'unknown' second component of the triplets
  as other cross toolchain gcc ports

Modified:
  head/devel/amd64-gcc/Makefile
  head/devel/powerpc64-gcc/Makefile

Modified: head/devel/amd64-gcc/Makefile
==============================================================================
--- head/devel/amd64-gcc/Makefile	Sun Dec 18 18:19:33 2016	(r428885)
+++ head/devel/amd64-gcc/Makefile	Sun Dec 18 18:52:31 2016	(r428886)
@@ -4,7 +4,7 @@ PKGNAMEPREFIX=	amd64-
 PLIST=	${.CURDIR}/pkg-plist
 
 MASTERDIR=	${.CURDIR}/../powerpc64-gcc
-GCC_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
+GCC_TARGET=	x86_64-unknown-${OPSYS:tl}${OSREL}
 BU_PREFIX=	x86_64-${OPSYS:tl}
 FREEBSD_EXTENSION=	yes
 

Modified: head/devel/powerpc64-gcc/Makefile
==============================================================================
--- head/devel/powerpc64-gcc/Makefile	Sun Dec 18 18:19:33 2016	(r428885)
+++ head/devel/powerpc64-gcc/Makefile	Sun Dec 18 18:52:31 2016	(r428886)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	6.2.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GCC/releases/gcc-${DISTVERSION}
 PKGNAMEPREFIX?=	powerpc64-



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