diff options
author | 2009-12-23 21:05:56 +0000 | |
---|---|---|
committer | 2009-12-23 21:05:56 +0000 | |
commit | e16ad178d8953b2b51534a48b1a927fec88f9457 (patch) | |
tree | d1a5addc3b2a8748a786f63e49c6fc408073084b /profiles/prefix | |
parent | amd64 stable wrt #295909 (diff) | |
download | historical-e16ad178d8953b2b51534a48b1a927fec88f9457.tar.gz historical-e16ad178d8953b2b51534a48b1a927fec88f9457.tar.bz2 historical-e16ad178d8953b2b51534a48b1a927fec88f9457.zip |
Set a PORTAGE_BINHOST for arm-linux
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/prefix/linux/arm/make.defaults | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 40ff4196db08..8f06a0f1ddb4 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profiles/prefix # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.124 2009/12/23 14:46:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.125 2009/12/23 21:05:55 darkside Exp $ + + 23 Dec 2009; Jeremy Olexa <darkside@gentoo.org> linux/arm/make.defaults: + Set a PORTAGE_BINHOST for arm-linux 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> darwin/package.mask: Drop mask for xmlrpc-c (the only one in the tree), it seems other patches diff --git a/profiles/prefix/linux/arm/make.defaults b/profiles/prefix/linux/arm/make.defaults index f998206da18e..ed5c4d7e0841 100644 --- a/profiles/prefix/linux/arm/make.defaults +++ b/profiles/prefix/linux/arm/make.defaults @@ -1,9 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/arm/make.defaults,v 1.1 2009/12/17 20:00:43 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/arm/make.defaults,v 1.2 2009/12/23 21:05:56 darkside Exp $ ARCH="arm" # This is a pretty specific profile to the armv7 arch, we can change that later CHOST="armv7a-softfloat-linux-gnueabi" -# The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix. +# The base profile sets ACCEPT_KEYWORDS=arm and we don't have that in prefix. ACCEPT_KEYWORDS="-arm ~arm-linux" + +# Set a BINHOST for consumers of this profile, if people want to use it. +PORTAGE_BINHOST="http://tinderbox.jolexa.net/arm-linux_armv7" |