summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-04-07 13:54:10 -0700
committerMatt Turner <mattst88@gentoo.org>2019-04-07 13:59:21 -0700
commit6091cf95153f117ace6a02100029616039f90299 (patch)
treee83794fd913a3c73f152b5a71b80652633676bf0 /profiles
parentdev-util/devhelp: keyworded 3.30.1 for ia64, bug #681322 (diff)
downloadgentoo-6091cf95153f117ace6a02100029616039f90299.tar.gz
gentoo-6091cf95153f117ace6a02100029616039f90299.tar.bz2
gentoo-6091cf95153f117ace6a02100029616039f90299.zip
profiles: Add cpu_flags_arm_iwmmxt2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/arm/use.mask1
-rw-r--r--profiles/arch/base/use.mask1
-rw-r--r--profiles/desc/cpu_flags_arm.desc3
3 files changed, 4 insertions, 1 deletions
diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index b53a31b84fd3..f43742a9f2af 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -3,6 +3,7 @@
# Unmask arm arch specific flags
-cpu_flags_arm_iwmmxt
+-cpu_flags_arm_iwmmxt2
# Michał Górny <mgorny@gentoo.org> (16 Jul 2018)
# Python 3.7 support requires fresh versions of packages which are stuck
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index b9c56f8de544..f1ee795b436e 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -90,6 +90,7 @@ cpu_flags_arm_aes
cpu_flags_arm_crc32
cpu_flags_arm_edsp
cpu_flags_arm_iwmmxt
+cpu_flags_arm_iwmmxt2
cpu_flags_arm_neon
cpu_flags_arm_sha1
cpu_flags_arm_sha2
diff --git a/profiles/desc/cpu_flags_arm.desc b/profiles/desc/cpu_flags_arm.desc
index cddc9f29c8cb..da1b4ffd3496 100644
--- a/profiles/desc/cpu_flags_arm.desc
+++ b/profiles/desc/cpu_flags_arm.desc
@@ -1,10 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation.
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
aes - Use the AES cryptography instruction set
crc32 - Use the CRC32 instruction set
edsp - Use the enhanced DSP instructions (ARMv*E and ARMv6+)
iwmmxt - Use the iwMMXt instruction set
+iwmmxt2 - Use the iwMMXt2 instruction set
neon - Use the NEON (ASIMD) instruction set
sha1 - Use the SHA-1 cryptography instruction set
sha2 - Use the SHA-2 cryptography instruction set