diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-21 11:24:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-01 13:27:06 +0100 |
commit | cd566f05c030100ac7b097d094cd36f16f955d6c (patch) | |
tree | 072194bb120080aeafa7fcfd7349b5998e024914 /profiles/hardened | |
parent | profiles/*/amd64/*/no-multilib: stop using features/64bit-native (diff) | |
download | gentoo-cd566f05c030100ac7b097d094cd36f16f955d6c.tar.gz gentoo-cd566f05c030100ac7b097d094cd36f16f955d6c.tar.bz2 gentoo-cd566f05c030100ac7b097d094cd36f16f955d6c.zip |
profiles/*/ppc64: stop using features/64bit-native
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/powerpc/ppc64/64bit-userland/make.defaults | 8 | ||||
-rw-r--r-- | profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/make.defaults b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/make.defaults new file mode 100644 index 000000000000..26e49fcee5b7 --- /dev/null +++ b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# moved from features/64bit-native +# TODO: figure out how to inherit this from arch profile +SYMLINK_LIB="yes" +LIBDIR_ppc64="lib64" diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent index 52bcba73e7a5..f3229c5b9876 100644 --- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent +++ b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/parent @@ -1,2 +1 @@ .. -../../../../../features/64bit-native |