diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-06-29 22:11:49 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-07-07 22:08:28 +0100 |
commit | 2a50181ac32141c7cd10eea65bf0550b87d4a0d5 (patch) | |
tree | a2c0a94a5f1c6ed0543886f6633d6494e829f61e /profiles/arch/base | |
parent | profiles: Drop obsolete plasma profile package.use line (diff) | |
download | gentoo-2a50181ac32141c7cd10eea65bf0550b87d4a0d5.tar.gz gentoo-2a50181ac32141c7cd10eea65bf0550b87d4a0d5.tar.bz2 gentoo-2a50181ac32141c7cd10eea65bf0550b87d4a0d5.zip |
profiles: Add profile-enforced global big-endian USE flag
The flag is forced and masked by default and then unmasked where
necessary. Note that there are some big endian host values listed in
tc-endian() that we do not have profiles for.
Diffstat (limited to 'profiles/arch/base')
-rw-r--r-- | profiles/arch/base/use.force | 6 | ||||
-rw-r--r-- | profiles/arch/base/use.mask | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/profiles/arch/base/use.force b/profiles/arch/base/use.force new file mode 100644 index 000000000000..7f213b9dd017 --- /dev/null +++ b/profiles/arch/base/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# James Le Cuirot <chewi@gentoo.org> (29 Jun 2017) +# Forced and masked by default. Unmask where necessary. +big-endian diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 1a4a39cefc13..2ea1fb3d89fa 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <chewi@gentoo.org> (29 Jun 2017) +# Forced and masked by default. Unmask where necessary. +big-endian + # Sven Wegener <swegener@gentoo.org> (31 May 2017) # libvirt is only supported on specific architectures libvirt |