diff options
author | M. J. Everitt <m.j.everitt@iee.org> | 2018-10-07 00:24:24 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-10-08 15:02:13 -0400 |
commit | 040363f34f4e5e0094695d3f629dc7e53a46fa0d (patch) | |
tree | d714c992ed83a076eed62f4f3f7ed0085a67cb66 /profiles/default/linux/x86 | |
parent | \app-text/zathura: Drop old (diff) | |
download | gentoo-040363f34f4e5e0094695d3f629dc7e53a46fa0d.tar.gz gentoo-040363f34f4e5e0094695d3f629dc7e53a46fa0d.tar.bz2 gentoo-040363f34f4e5e0094695d3f629dc7e53a46fa0d.zip |
Add amd64 & x86 uclibc [hardened] 17.0 profiles
Signed-off-by: M. J. Everitt <m.j.everitt@iee.org>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles/default/linux/x86')
5 files changed, 17 insertions, 0 deletions
diff --git a/profiles/default/linux/x86/17.0/uclibc/eapi b/profiles/default/linux/x86/17.0/uclibc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/17.0/uclibc/hardened/eapi b/profiles/default/linux/x86/17.0/uclibc/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/17.0/uclibc/hardened/parent b/profiles/default/linux/x86/17.0/uclibc/hardened/parent new file mode 100644 index 000000000000..45a355b0beba --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/hardened/amd64 diff --git a/profiles/default/linux/x86/17.0/uclibc/make.defaults b/profiles/default/linux/x86/17.0/uclibc/make.defaults new file mode 100644 index 000000000000..7242f3043f91 --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +CHOST="i686-gentoo-linux-uclibc" + +# Anthony G. Basile <blueness@gentoo.org> (01 Jul 2014) +# Multilib-related setup, bug #515130 +MULTILIB_ABIS="x86" +CHOST_x86="${CHOST}" +LIBDIR_x86="lib" diff --git a/profiles/default/linux/x86/17.0/uclibc/parent b/profiles/default/linux/x86/17.0/uclibc/parent new file mode 100644 index 000000000000..bf856ff784ae --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/parent @@ -0,0 +1,3 @@ +.. +../../../../../arch/x86 +../../../../../features/uclibc/ |