commit: fac51cc9370713f6b2764e8e03ee2ff8d652c3af Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 25 18:46:04 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 25 18:48:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac51cc9
profiles/default/linux/ppc/23.0: drop DT_RELR bfd doesn't support DT_RELR on ppc32. Bug: https://bugs.gentoo.org/818376 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/ppc/23.0/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/default/linux/ppc/23.0/make.defaults b/profiles/default/linux/ppc/23.0/make.defaults index 05f8f6a36542..3f787338bf6d 100644 --- a/profiles/default/linux/ppc/23.0/make.defaults +++ b/profiles/default/linux/ppc/23.0/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors. +# Copyright 2023-2024 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 -LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" +LDFLAGS="-Wl,-O1 -Wl,--as-needed"
