From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 09:38:27 +0000 Subject: gentoo resync : 18.11.2018 --- profiles/features/prefix/standalone/kernel-2.6.16+/package.mask | 4 ++++ profiles/features/prefix/standalone/profile.bashrc | 3 +++ profiles/features/uclibc/make.defaults | 1 + 3 files changed, 8 insertions(+) (limited to 'profiles/features') diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask index 0aa01a72efb0..eb862b370f57 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask @@ -6,3 +6,7 @@ # which requires >=linux-2.6.24. # python-3.3 seems to be unconditionally using utimensat. >=dev-lang/python-3 + +# Tupone Alfredo (4 Nov 2018) +# require newer glibc +dev-lang/gnat-gpl diff --git a/profiles/features/prefix/standalone/profile.bashrc b/profiles/features/prefix/standalone/profile.bashrc index d167e7a9155f..20a3aff74cf5 100644 --- a/profiles/features/prefix/standalone/profile.bashrc +++ b/profiles/features/prefix/standalone/profile.bashrc @@ -26,6 +26,9 @@ elif [[ ${CATEGORY}/${PN} == sys-devel/clang && ${EBUILD_PHASE} == configure ]]; sed -i -e "s@DEFAULT_SYSROOT \"\"@DEFAULT_SYSROOT \"${EPREFIX}\"@" "${S}"/CMakeLists.txt eend $? pushd "${S}/lib/Driver/ToolChains" >/dev/null + ebegin "Use dynamic linker from ${EPREFIX}" + sed -i -e "/LibDir.*Loader/s@return \"\/\"@return \"${EPREFIX%/}/\"@" Linux.cpp + eend $? ebegin "Remove --sysroot call on ld for native toolchain" sed -i -e "$(grep -n -B1 sysroot= Gnu.cpp | sed -ne '{1s/-.*//;1p}'),+1 d" Gnu.cpp eend $? diff --git a/profiles/features/uclibc/make.defaults b/profiles/features/uclibc/make.defaults index e744805b1e76..3a1b040cc7cb 100644 --- a/profiles/features/uclibc/make.defaults +++ b/profiles/features/uclibc/make.defaults @@ -10,3 +10,4 @@ USE="nptl unicode -berkdb" BOOTSTRAP_USE="${BOOTSTRAP_USE} nptl -berkdb" SYMLINK_LIB="no" +FEATURES="-multilib-strict" -- cgit v1.2.3