diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:00:26 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:00:26 +0000 |
commit | d767ba67567005924e97f2393507f9ca19fd90bc (patch) | |
tree | f433695c20272d1972e7329a54c2f92d9ea7f35e /sys-devel | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-d767ba67567005924e97f2393507f9ca19fd90bc.tar.gz gentoo-2-d767ba67567005924e97f2393507f9ca19fd90bc.tar.bz2 gentoo-2-d767ba67567005924e97f2393507f9ca19fd90bc.zip |
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index c1814a520b6e..ecbba163ab52 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.232 2015/02/28 09:38:22 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.233 2015/03/03 10:00:26 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> llvm-3.5.1.ebuild: + add arm64 support, tested on A53 board *llvm-3.6.0 (27 Feb 2015) diff --git a/sys-devel/llvm/llvm-3.5.1.ebuild b/sys-devel/llvm/llvm-3.5.1.ebuild index 99ccfcff3ce3..0ee9e1abe7b7 100644 --- a/sys-devel/llvm/llvm-3.5.1.ebuild +++ b/sys-devel/llvm/llvm-3.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v 1.6 2015/01/31 19:48:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v 1.7 2015/03/03 10:00:26 dlan Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz LICENSE="UoI-NCSA" SLOT="0/3.5" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="clang debug doc gold libedit +libffi multitarget ncurses ocaml python +static-analyzer test xml video_cards_radeon kernel_Darwin kernel_FreeBSD" |