svn commit: r449474 - head/lang/gcc7

Gerald Pfeifer gerald at FreeBSD.org
Sat Sep 9 07:02:37 UTC 2017


Author: gerald
Date: Sat Sep  9 07:02:35 2017
New Revision: 449474
URL: https://svnweb.freebsd.org/changeset/ports/449474

Log:
  Move ONLY_FOR_ARCHS to its proper place in Makefile.

Modified:
  head/lang/gcc7/Makefile

Modified: head/lang/gcc7/Makefile
==============================================================================
--- head/lang/gcc7/Makefile	Sat Sep  9 05:04:24 2017	(r449473)
+++ head/lang/gcc7/Makefile	Sat Sep  9 07:02:35 2017	(r449474)
@@ -13,6 +13,8 @@ COMMENT=	GNU Compiler Collection 7
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
+ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64
+
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \
 		libmpc.so:math/mpc
@@ -27,7 +29,6 @@ CPE_VENDOR=	gnu
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
-ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64
 USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
 USE_BINUTILS=	yes
 USE_PERL5=	build


More information about the svn-ports-all mailing list