svn commit: r461683 - head/devel/riscv64-gcc

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Feb 13 03:00:24 UTC 2018


Author: lwhsu
Date: Tue Feb 13 03:00:23 2018
New Revision: 461683
URL: https://svnweb.freebsd.org/changeset/ports/461683

Log:
  Chase devel/riscv64-binutils update

Modified:
  head/devel/riscv64-gcc/Makefile

Modified: head/devel/riscv64-gcc/Makefile
==============================================================================
--- head/devel/riscv64-gcc/Makefile	Tue Feb 13 02:59:22 2018	(r461682)
+++ head/devel/riscv64-gcc/Makefile	Tue Feb 13 03:00:23 2018	(r461683)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	7.2.0
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	riscv64-
 
@@ -36,8 +37,8 @@ CONFIGURE_ARGS=	--target=${GCC_TARGET} \
 		--without-headers \
 		--with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \
 		--with-system-zlib \
-		--with-as=${LOCALBASE}/bin/${PKGNAMEPREFIX}freebsd-as \
-		--with-ld=${LOCALBASE}/bin/${PKGNAMEPREFIX}freebsd-ld \
+		--with-as=${LOCALBASE}/bin/${PKGNAMEPREFIX}unknown-${OPSYS:tl}${OSREL}-as \
+		--with-ld=${LOCALBASE}/bin/${PKGNAMEPREFIX}unknown-${OPSYS:tl}${OSREL}-ld \
 		--disable-werror \
 		--disable-shared \
 		--enable-threads \


More information about the svn-ports-head mailing list