diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-12-24 05:40:11 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-12-24 05:40:11 +0000 |
commit | d28572b65905709d20b325ae785290fd338a8998 (patch) | |
tree | 1681110d486712a9b226be0a8f3083d17eb92e1c /profiles/prefix/linux | |
parent | Add patch for Aqua on Mac OS X; move prefix keywords from overlay (diff) | |
download | gentoo-2-d28572b65905709d20b325ae785290fd338a8998.tar.gz gentoo-2-d28572b65905709d20b325ae785290fd338a8998.tar.bz2 gentoo-2-d28572b65905709d20b325ae785290fd338a8998.zip |
Add ** to ACCEPT_KEYWORDS of arm-linux
Diffstat (limited to 'profiles/prefix/linux')
-rw-r--r-- | profiles/prefix/linux/arm/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/prefix/linux/arm/make.defaults b/profiles/prefix/linux/arm/make.defaults index ed5c4d7e0841..6484c8630558 100644 --- a/profiles/prefix/linux/arm/make.defaults +++ b/profiles/prefix/linux/arm/make.defaults @@ -1,12 +1,13 @@ # 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.2 2009/12/23 21:05:56 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/arm/make.defaults,v 1.3 2009/12/24 05:40:11 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=arm and we don't have that in prefix. -ACCEPT_KEYWORDS="-arm ~arm-linux" +# Eventually, ** should be removed once someone is motivated for this arch +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" |