aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-06-24 23:41:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-06-24 23:41:02 +0000
commit5b72408838c185b3a8f6d14cd522ed27f7fd4ed2 (patch)
tree813fea3d09fbfee23c20feeae482dc20029cd754 /lang
parent060dd212c41e0c7cf81f7ba57c181bd104bfe29b (diff)
downloadports-5b72408838c185b3a8f6d14cd522ed27f7fd4ed2.tar.gz
ports-5b72408838c185b3a8f6d14cd522ed27f7fd4ed2.zip
Alphabetize ARCHs. Should have no effect on compilation.
Notes
Notes: svn path=/head/; revision=444250
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc5-aux/Makefile.common2
-rw-r--r--lang/gcc6-aux/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc5-aux/Makefile.common b/lang/gcc5-aux/Makefile.common
index 3ace4a60c6e0..e5d90a7e51da 100644
--- a/lang/gcc5-aux/Makefile.common
+++ b/lang/gcc5-aux/Makefile.common
@@ -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
diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile
index dcb072300ac5..bedcbe64e1ab 100644
--- a/lang/gcc6-aux/Makefile
+++ b/lang/gcc6-aux/Makefile
@@ -49,7 +49,7 @@ BOOTSTRAP_DESC= Create bootstrap compiler (overrides other options)
.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