Date: Sat, 24 Jun 2017 23:41:02 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444250 - in head/lang: gcc5-aux gcc6-aux Message-ID: <201706242341.v5ONf2WR083730@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Jun 24 23:41:02 2017 New Revision: 444250 URL: https://svnweb.freebsd.org/changeset/ports/444250 Log: Alphabetize ARCHs. Should have no effect on compilation. Modified: head/lang/gcc5-aux/Makefile.common head/lang/gcc6-aux/Makefile Modified: head/lang/gcc5-aux/Makefile.common ============================================================================== --- head/lang/gcc5-aux/Makefile.common Sat Jun 24 22:32:27 2017 (r444249) +++ head/lang/gcc5-aux/Makefile.common Sat Jun 24 23:41:02 2017 (r444250) @@ -6,7 +6,7 @@ LIB_DEPENDS= libgmp.so:math/gmp LIB_DEPENDS+= libmpfr.so:math/mpfr LIB_DEPENDS+= libmpc.so:math/mpc -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 GNU_CONFIGURE= yes USES= gmake libtool perl5 tar:bzip2 Modified: head/lang/gcc6-aux/Makefile ============================================================================== --- head/lang/gcc6-aux/Makefile Sat Jun 24 22:32:27 2017 (r444249) +++ head/lang/gcc6-aux/Makefile Sat Jun 24 23:41:02 2017 (r444250) @@ -49,7 +49,7 @@ BOOTSTRAP_DESC= Create bootstrap compiler (overrides .include <bsd.port.options.mk> .if ${OPSYS} == FreeBSD -ONLY_FOR_ARCHS= amd64 i386 aarch64 +ONLY_FOR_ARCHS= aarch64 amd64 i386 MODERN_BINUTILS= yes . if ${ARCH} == aarch64 BOOTSTRAP_COMPILER= ada-bootstrap.aarch64.freebsd.120.tar.bz2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706242341.v5ONf2WR083730>