Chase devel/riscv64-binutils update

This commit is contained in:
Li-Wen Hsu 2018-02-13 03:00:23 +00:00
parent e2cd2cd461
commit 2009baf032
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461683

View file

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