svn commit: r428886 - in head/devel: amd64-gcc powerpc64-gcc

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 18 18:52:33 UTC 2016


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-


More information about the svn-ports-all mailing list