svn commit: r420597 - head/lang/gcc5

Gerald Pfeifer gerald at FreeBSD.org
Mon Aug 22 10:42:39 UTC 2016


Author: gerald
Date: Mon Aug 22 10:42:38 2016
New Revision: 420597
URL: https://svnweb.freebsd.org/changeset/ports/420597

Log:
  Backport the following from lang/gcc5-devel:
  
  Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
  rest of the world including GNU and GCC.  For all other architectures
  it already defaults to the value we were setting.

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Mon Aug 22 10:27:00 2016	(r420596)
+++ head/lang/gcc5/Makefile	Mon Aug 22 10:42:38 2016	(r420597)
@@ -62,8 +62,6 @@ CONFIGURE_ARGS+=	--disable-multilib
 
 .if ${ARCH} == "amd64"
 CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
-.else
-CONFIGURE_TARGET=	${ARCH}-portbld-${OPSYS:tl}${OSREL}
 .endif
 
 .if ${ARCH} == powerpc64


More information about the svn-ports-all mailing list