commit: d808a28671b926383e3bfed4eb1bf3473dab24b0 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Wed Mar 22 02:51:31 2017 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Wed Mar 22 02:52:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d808a286
profiles: ppc64: push SYMLINK_LIB=yes down to the 13.0 profile This avoids new little-endian builds from using SYMLINK_LIB, and sets us up for dropping it with the next major profile release for all ppc64 builds. profiles/arch/powerpc/ppc64/64ul/make.defaults | 2 -- .../powerpc/ppc64/13.0/64bit-userland/little-endian/make.defaults | 5 +++++ .../default/linux/powerpc/ppc64/13.0/64bit-userland/make.defaults | 5 +++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/profiles/arch/powerpc/ppc64/64ul/make.defaults b/profiles/arch/powerpc/ppc64/64ul/make.defaults index 649e4cd7b61..a9f325bb82c 100644 --- a/profiles/arch/powerpc/ppc64/64ul/make.defaults +++ b/profiles/arch/powerpc/ppc64/64ul/make.defaults @@ -8,6 +8,4 @@ MULTILIB_ABIS="ppc64" CFLAGS_ppc64="-m64" -# moved from 64bit-native, TODO: move it upwards -SYMLINK_LIB="yes" LIBDIR_ppc64="lib64" diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/make.defaults b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/make.defaults new file mode 100644 index 00000000000..a4712d66ffa --- /dev/null +++ b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Keep this in the 13.0 version profile. Drop in next upgrade. +SYMLINK_LIB="no" diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/make.defaults b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/make.defaults new file mode 100644 index 00000000000..ce149bcd4e6 --- /dev/null +++ b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Keep this in the 13.0 version profile. Drop in next upgrade. +SYMLINK_LIB="yes"
