diff options
author | Sam James <sam@gentoo.org> | 2021-11-17 11:59:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-18 07:52:55 +0000 |
commit | e666c0fbf1997492e3fe178eae86185ae0521c87 (patch) | |
tree | 218e8150de089dbfa304ff267cff8402422a43f5 /profiles/features | |
parent | profiles: create hardened arm64 profile (default/linux/arm64/17.0/hardened) (diff) | |
download | gentoo-e666c0fbf1997492e3fe178eae86185ae0521c87.tar.gz gentoo-e666c0fbf1997492e3fe178eae86185ae0521c87.tar.bz2 gentoo-e666c0fbf1997492e3fe178eae86185ae0521c87.zip |
profiles/features/hardened/arm: add
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/hardened/arm/eapi | 1 | ||||
-rw-r--r-- | profiles/features/hardened/arm/make.defaults | 4 | ||||
-rw-r--r-- | profiles/features/hardened/arm/parent | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/profiles/features/hardened/arm/eapi b/profiles/features/hardened/arm/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/features/hardened/arm/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/features/hardened/arm/make.defaults b/profiles/features/hardened/arm/make.defaults new file mode 100644 index 000000000000..b3db3fbb8187 --- /dev/null +++ b/profiles/features/hardened/arm/make.defaults @@ -0,0 +1,4 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +USE="pic" diff --git a/profiles/features/hardened/arm/parent b/profiles/features/hardened/arm/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/features/hardened/arm/parent @@ -0,0 +1 @@ +.. |