From owner-svn-ports-all@freebsd.org Sat Jun 24 23:41:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15699DA78DE; Sat, 24 Jun 2017 23:41:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5D517C3A2; Sat, 24 Jun 2017 23:41:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5ONf2Uh083732; Sat, 24 Jun 2017 23:41:02 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5ONf2WR083730; Sat, 24 Jun 2017 23:41:02 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201706242341.v5ONf2WR083730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 24 Jun 2017 23:41:02 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jun 2017 23:41:04 -0000 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 .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