svn commit: r556734 - head/devel/binutils

Mark Linimon linimon at FreeBSD.org
Tue Dec 1 13:29:20 UTC 2020


Author: linimon
Date: Tue Dec  1 13:29:20 2020
New Revision: 556734
URL: https://svnweb.freebsd.org/changeset/ports/556734

Log:
  Fix plist on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Tue Dec  1 13:22:31 2020	(r556733)
+++ head/devel/binutils/Makefile	Tue Dec  1 13:29:20 2020	(r556734)
@@ -108,7 +108,7 @@ MAKE_ARGS+=	LIBDL=""
 .include <bsd.port.pre.mk>
 
 # Actual earliest version may differ slightly
-.if (${ARCH} != sparc64 && ${ARCH} != mips && ${ARCH} != mips64 && ${ARCH} != powerpcspe && ${ARCH} != powerpc && ${ARCH} != powerpc64 && !defined(PKGNAMEPREFIX)) || ((${ARCH} == powerpc || ${ARCH} == powerpc64) && ${CHOSEN_COMPILER_TYPE} != gcc && !defined(PKGNAMEPREFIX))
+.if (${ARCH} != sparc64 && ${ARCH} != mips && ${ARCH} != mips64 && ${ARCH} != powerpcspe && ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != riscv64 && !defined(PKGNAMEPREFIX)) || ((${ARCH} == powerpc || ${ARCH} == powerpc64) && ${CHOSEN_COMPILER_TYPE} != gcc && !defined(PKGNAMEPREFIX))
 CONFIGURE_ARGS+=	--enable-gold --enable-plugins
 CXXFLAGS+=	-Wno-c++11-narrowing
 PLIST_SUB+=	GOLD=""


More information about the svn-ports-head mailing list