Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2016 09:53:56 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421260 - head/devel/cloudabi-toolchain
Message-ID:  <201609020953.u829ru5O050261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed (src committer)
Date: Fri Sep  2 09:53:55 2016
New Revision: 421260
URL: https://svnweb.freebsd.org/changeset/ports/421260

Log:
  Add basic bits to the cloudabi-toolchain port to support ARMv6.
  
  Though Clang 3.9 and LLD 3.9 will not provide all the necessary bits to
  create fully working binaries for ARMv6, start off by putting symlinks
  to the tools in place. By the time LLVM trunk fully supports it, I'll
  add an option to this port to toggle between 3.9 and trunk.

Modified:
  head/devel/cloudabi-toolchain/Makefile

Modified: head/devel/cloudabi-toolchain/Makefile
==============================================================================
--- head/devel/cloudabi-toolchain/Makefile	Fri Sep  2 09:29:56 2016	(r421259)
+++ head/devel/cloudabi-toolchain/Makefile	Fri Sep  2 09:53:55 2016	(r421260)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cloudabi-toolchain
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	devel
 MASTER_SITES=	# None
 DISTFILES=	# None
@@ -18,8 +18,8 @@ RUN_DEPENDS=	clang${LLVM_SUFFIX}:devel/l
 
 LLVM_SUFFIX=	39
 
-CLOUDABI_ARCHS=	aarch64-unknown-cloudabi i686-unknown-cloudabi \
-		x86_64-unknown-cloudabi
+CLOUDABI_ARCHS=	aarch64-unknown-cloudabi armv6-unknown-cloudabi-eabihf \
+		i686-unknown-cloudabi x86_64-unknown-cloudabi
 
 LLVM_TOOLS=	ar nm objdump ranlib size
 SHELL_TOOLS=	man pkg-config



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609020953.u829ru5O050261>