diff options
author | 2017-12-05 15:38:28 +0100 | |
---|---|---|
committer | 2017-12-08 15:15:00 +0100 | |
commit | 6564751b2aefe115338eceaaeff1ea4505879395 (patch) | |
tree | 8b1f6d0cc2e27ed5e7e784af6056e6966627147e /profiles/arch/amd64/lib32 | |
parent | profiles: Refactor amd64 profile inheritance to per-version (NFC) (diff) | |
download | gentoo-6564751b2aefe115338eceaaeff1ea4505879395.tar.gz gentoo-6564751b2aefe115338eceaaeff1ea4505879395.tar.bz2 gentoo-6564751b2aefe115338eceaaeff1ea4505879395.zip |
profiles: Move the SYMLINK_LIB=yes setup to a 'lib32' subprofile
Move the custom Gentoo SYMLINK_LIB=yes setup to arch/amd64/lib32
subprofile, making the top profile SYMLINK_LIB=no at the same time.
Update the inheritance tree so that all current profiles switch to
the sub-profile, and remove redundant SYMLINK_LIB=no overrides
in arch/amd64/x32 sub-profile.
Diffstat (limited to 'profiles/arch/amd64/lib32')
-rw-r--r-- | profiles/arch/amd64/lib32/make.defaults | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/lib32/parent | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/arch/amd64/lib32/make.defaults b/profiles/arch/amd64/lib32/make.defaults new file mode 100644 index 000000000000..19b102e42e0e --- /dev/null +++ b/profiles/arch/amd64/lib32/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +LIBDIR_x86="lib32" +SYMLINK_LIB="yes" diff --git a/profiles/arch/amd64/lib32/parent b/profiles/arch/amd64/lib32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/amd64/lib32/parent @@ -0,0 +1 @@ +.. |