Make amd64-gcc respect the 'unknown' second component of the triplets

as other cross toolchain gcc ports
This commit is contained in:
Baptiste Daroussin 2016-12-18 18:52:31 +00:00
parent cfb8a8f07f
commit 727fed16d1
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -2,6 +2,7 @@
PORTNAME= gcc
PORTVERSION= 6.2.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
PKGNAMEPREFIX?= powerpc64-