diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-12-23 21:05:56 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-12-23 21:05:56 +0000 |
commit | e16ad178d8953b2b51534a48b1a927fec88f9457 (patch) | |
tree | d1a5addc3b2a8748a786f63e49c6fc408073084b /profiles/prefix/linux | |
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/linux')
-rw-r--r-- | profiles/prefix/linux/arm/make.defaults | 7 |
1 files changed, 5 insertions, 2 deletions
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" |