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 | |
parent | games-action/maelstrom: build with gcc53 with patch from Andrew Savchenko (bu... (diff) | |
download | gentoo-89c1a04e87b1162539a0925eff8824b149753178.tar.gz gentoo-89c1a04e87b1162539a0925eff8824b149753178.tar.bz2 gentoo-89c1a04e87b1162539a0925eff8824b149753178.zip |
p/p/l-s/arm: add arm profile for prefix-standalone.
-rw-r--r-- | profiles/prefix/linux-standalone/amd64/make.defaults | 4 | ||||
-rw-r--r-- | profiles/prefix/linux-standalone/arm/armv7a/eapi | 1 | ||||
-rw-r--r-- | profiles/prefix/linux-standalone/arm/armv7a/make.defaults | 5 | ||||
-rw-r--r-- | profiles/prefix/linux-standalone/arm/armv7a/parent | 2 | ||||
-rw-r--r-- | profiles/prefix/linux-standalone/x86/make.defaults | 4 | ||||
-rw-r--r-- | profiles/profiles.desc | 1 |
6 files changed, 11 insertions, 6 deletions
diff --git a/profiles/prefix/linux-standalone/amd64/make.defaults b/profiles/prefix/linux-standalone/amd64/make.defaults index 00115a2c15e2..fda0023e97dd 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 000000000000..7ed6ff82de6b --- /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 000000000000..1e50879a7eea --- /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 000000000000..4365b5efad89 --- /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 dddce963291c..fda0023e97dd 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" diff --git a/profiles/profiles.desc b/profiles/profiles.desc index e44910d276a8..fe195554c8dc 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -254,6 +254,7 @@ amd64-linux prefix/linux-standalone/amd64 exp amd64-linux prefix/linux-standalone/amd64/legacy exp x86-linux prefix/linux-standalone/x86 exp x86-linux prefix/linux-standalone/x86/legacy exp +arm-linux prefix/linux-standalone/arm/armv7a exp # Mac OS X Profiles ppc-macos prefix/darwin/macos/10.4/ppc exp |