diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-03-21 22:51:31 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-03-21 22:52:33 -0400 |
commit | d808a28671b926383e3bfed4eb1bf3473dab24b0 (patch) | |
tree | 0602576cedbc2cd32d3ce123880de144d01e55df /profiles/default/linux/powerpc | |
parent | www-client/google-chrome-unstable: automated update (59.0.3047.0) (diff) | |
download | gentoo-d808a28671b926383e3bfed4eb1bf3473dab24b0.tar.gz gentoo-d808a28671b926383e3bfed4eb1bf3473dab24b0.tar.bz2 gentoo-d808a28671b926383e3bfed4eb1bf3473dab24b0.zip |
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.
Diffstat (limited to 'profiles/default/linux/powerpc')
-rw-r--r-- | profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/make.defaults | 5 | ||||
-rw-r--r-- | profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/make.defaults | 5 |
2 files changed, 10 insertions, 0 deletions
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 000000000000..a4712d66ffa0 --- /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 000000000000..ce149bcd4e65 --- /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" |