diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-06-05 23:36:37 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-06-05 23:38:08 +0900 |
commit | 89c1a04e87b1162539a0925eff8824b149753178 (patch) | |
tree | bcdc74179bcb62d665387e41681b8e346ab99fa5 /profiles/prefix | |
parent | 33baed2bad2b665b618f77a5042a05fa8aa444d4 (diff) | |
download | gentoo-89c1a04e87b1162539a0925eff8824b149753178.tar.gz gentoo-89c1a04e87b1162539a0925eff8824b149753178.tar.xz |
p/p/l-s/arm: add arm profile for prefix-standalone.
Diffstat (limited to 'profiles/prefix')
5 files changed, 10 insertions, 6 deletions
diff --git a/profiles/prefix/linux-standalone/amd64/make.defaults b/profiles/prefix/linux-standalone/amd64/make.defaults index 00115a2c15e..fda0023e97d 100644 --- a/profiles/prefix/linux-standalone/amd64/make.defaults +++ b/profiles/prefix/linux-standalone/amd64/make.defaults @@ -2,6 +2,4 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -ARCH="amd64" -CHOST="x86_64-pc-linux-gnu" -ACCEPT_KEYWORDS="~amd64 ~amd64-linux" +ACCEPT_KEYWORDS="~${ARCH} ~${ARCH}-linux" diff --git a/profiles/prefix/linux-standalone/arm/armv7a/eapi b/profiles/prefix/linux-standalone/arm/armv7a/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/prefix/linux-standalone/arm/armv7a/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/linux-standalone/arm/armv7a/make.defaults b/profiles/prefix/linux-standalone/arm/armv7a/make.defaults new file mode 100644 index 00000000000..1e50879a7ee --- /dev/null +++ b/profiles/prefix/linux-standalone/arm/armv7a/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +ACCEPT_KEYWORDS="~${ARCH}" diff --git a/profiles/prefix/linux-standalone/arm/armv7a/parent b/profiles/prefix/linux-standalone/arm/armv7a/parent new file mode 100644 index 00000000000..4365b5efad8 --- /dev/null +++ b/profiles/prefix/linux-standalone/arm/armv7a/parent @@ -0,0 +1,2 @@ +../../../../default/linux/arm/13.0/armv7a +../.. diff --git a/profiles/prefix/linux-standalone/x86/make.defaults b/profiles/prefix/linux-standalone/x86/make.defaults index dddce963291..fda0023e97d 100644 --- a/profiles/prefix/linux-standalone/x86/make.defaults +++ b/profiles/prefix/linux-standalone/x86/make.defaults @@ -2,6 +2,4 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -ARCH="x86" -CHOST="i686-pc-linux-gnu" -ACCEPT_KEYWORDS="~x86 ~x86-linux" +ACCEPT_KEYWORDS="~${ARCH} ~${ARCH}-linux" |