summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-12-23 21:05:56 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-12-23 21:05:56 +0000
commit0ae1bb0d8c1f8d30bfe902e0f31efe573adad1a3 (patch)
tree77f242a8060778804bf5552cff77a77839a0bd70 /profiles/prefix/linux
parentamd64 stable wrt #295909 (diff)
downloadgentoo-2-0ae1bb0d8c1f8d30bfe902e0f31efe573adad1a3.tar.gz
gentoo-2-0ae1bb0d8c1f8d30bfe902e0f31efe573adad1a3.tar.bz2
gentoo-2-0ae1bb0d8c1f8d30bfe902e0f31efe573adad1a3.zip
Set a PORTAGE_BINHOST for arm-linux
Diffstat (limited to 'profiles/prefix/linux')
-rw-r--r--profiles/prefix/linux/arm/make.defaults7
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"