From ab97e55624d2b604322fab093eee24eea20b10b3 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 8 Sep 2025 07:09:31 +0000 Subject: [PATCH] eclass/usr-ldscript: Sync with Gentoo It's from Gentoo commit 62e01e8436ab74804779a55431e1f023b5a61716. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/usr-ldscript.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/usr-ldscript.eclass b/sdk_container/src/third_party/portage-stable/eclass/usr-ldscript.eclass index e52de9e658..389714a3aa 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/usr-ldscript.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/usr-ldscript.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: usr-ldscript.eclass @@ -131,7 +131,7 @@ gen_usr_ldscript() { if [[ -n ${nowrite} ]] ; then chmod u-w "${ED}/${libdir}/${tlib}" || die fi - # Now as we don't use GNU binutils and our linker doesn't + # Now as we don't use GNU Binutils and our linker doesn't # understand linker scripts, just create a symlink. pushd "${ED}/usr/${libdir}" > /dev/null ln -snf "../../${libdir}/${tlib}" "${lib}"