From owner-svn-ports-all@freebsd.org Fri May 26 16:01:26 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 89512D83CFC; Fri, 26 May 2017 16:01:26 +0000 (UTC) (envelope-from ed@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 593601EEA; Fri, 26 May 2017 16:01:26 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4QG1P4c090170; Fri, 26 May 2017 16:01:25 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4QG1PFF090169; Fri, 26 May 2017 16:01:25 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201705261601.v4QG1PFF090169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Fri, 26 May 2017 16:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441790 - head/devel/cloudabi-toolchain 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: Fri, 26 May 2017 16:01:26 -0000 Author: ed (src committer) Date: Fri May 26 16:01:25 2017 New Revision: 441790 URL: https://svnweb.freebsd.org/changeset/ports/441790 Log: Add an ARMv7 toolchain to cloudabi-toolchain. CloudABI recently gained separate packages for ARMv7 based systems. These systems can freely use ARMv7-specific features like NEON, whereas the ARMv6 packages will need to stick to just VFP. This change extends the cloudabi-toolchain package to also set up a toolchain for ARMv7 properly. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D10938 Modified: head/devel/cloudabi-toolchain/Makefile Modified: head/devel/cloudabi-toolchain/Makefile ============================================================================== --- head/devel/cloudabi-toolchain/Makefile Fri May 26 15:34:18 2017 (r441789) +++ head/devel/cloudabi-toolchain/Makefile Fri May 26 16:01:25 2017 (r441790) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-toolchain -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= devel MASTER_SITES= # None DISTFILES= # None @@ -19,7 +19,8 @@ RUN_DEPENDS= clang${LLVM_SUFFIX}:devel/l LLVM_SUFFIX= 40 CLOUDABI_ARCHS= aarch64-unknown-cloudabi armv6-unknown-cloudabi-eabihf \ - i686-unknown-cloudabi x86_64-unknown-cloudabi + armv7-unknown-cloudabi-eabihf i686-unknown-cloudabi \ + x86_64-unknown-cloudabi LLVM_TOOLS= ar nm objdump ranlib size SHELL_TOOLS= man pkg-config