Date: Mon, 22 Aug 2016 10:42:38 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420597 - head/lang/gcc5 Message-ID: <201608221042.u7MAgcbe080771@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608221042.u7MAgcbe080771>