svn commit: r444250 - in head/lang: gcc5-aux gcc6-aux
Mark Linimon
linimon at FreeBSD.org
Sat Jun 24 23:41:04 UTC 2017
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
More information about the svn-ports-all
mailing list