diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-12-09 15:39:57 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-12-09 15:39:57 +0000 |
commit | 5de2a52cbe964c11ba48310b72a848369fec57a4 (patch) | |
tree | e6bee37cae54c31d1bddcf0dba9b97380be56c25 /profiles/prefix | |
parent | updated mozilla eclasses to match mozilla-overlay (diff) | |
download | gentoo-2-5de2a52cbe964c11ba48310b72a848369fec57a4.tar.gz gentoo-2-5de2a52cbe964c11ba48310b72a848369fec57a4.tar.bz2 gentoo-2-5de2a52cbe964c11ba48310b72a848369fec57a4.zip |
Drop no longer working BINHOST, and confusing comment
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/linux/arm/make.defaults | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/profiles/prefix/linux/arm/make.defaults b/profiles/prefix/linux/arm/make.defaults index 40c5eb9c679c..77d2ab25997c 100644 --- a/profiles/prefix/linux/arm/make.defaults +++ b/profiles/prefix/linux/arm/make.defaults @@ -1,14 +1,7 @@ # Copyright 1999-2012 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.5 2012/04/03 11:46:32 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/arm/make.defaults,v 1.6 2012/12/09 15:39:57 grobian Exp $ ARCH="arm" # This is a pretty specific profile to the armv7 arch, we can change that later CHOST="armv7a-softfloat-linux-gnueabi" - -# gentoo-x86 tree is provided in prefix as-is. We are going to merge the two -# trees finally. The keyword arm-linux will be treated as an alias to arm. -# Please use arm whenever you want 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" |