diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-21 22:47:29 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-22 00:09:20 +0000 |
commit | e69cfcd813b82f00fedf00e1ce5e20989554c156 (patch) | |
tree | b96d5dbd9f1722de2614a922635c5465cae80270 /profiles/profiles.desc | |
parent | sys-libs/glibc: Remove old (diff) | |
download | gentoo-e69cfcd813b82f00fedf00e1ce5e20989554c156.tar.gz gentoo-e69cfcd813b82f00fedf00e1ce5e20989554c156.tar.bz2 gentoo-e69cfcd813b82f00fedf00e1ce5e20989554c156.zip |
profiles: add experinemntal big-endian arm64 profile
The change adds 'profiles/default/linux/arm64/17.0/big-endian'.
steev has a device that actually running in big-endian mode!
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles/profiles.desc')
-rw-r--r-- | profiles/profiles.desc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc index b2379f014de9..91103ae43480 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -146,6 +146,12 @@ arm64 default/linux/arm64/17.0/desktop/systemd dev arm64 default/linux/arm64/17.0/developer exp arm64 default/linux/arm64/17.0/systemd dev +# ARM64 Profiles (big-endian) +# @MAINTAINER: slyfox@gentoo.org +# big-endian profile intentionally does not contain all flavours +# until it's lightly tested. +arm64 default/linux/arm64/17.0/big-endian exp + # HPPA Profiles # @MAINTAINER: hppa@gentoo.org hppa default/linux/hppa/13.0 exp |