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/m68k | |
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/m68k')
-rw-r--r-- | profiles/arch/m68k/use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index aac0e46e97c2..646567111d56 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -1,6 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 + # Unmask the flag which corresponds to ARCH. -m68k +# James Le Cuirot <chewi@gentoo.org> (29 Jun 2017) +# Unmask as this profile is big endian. +-big-endian + hardened # Paul de Vrieze <pauldv@gentoo.org> |