diff options
author | Sam James <sam@gentoo.org> | 2024-03-25 18:46:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-25 18:48:58 +0000 |
commit | fac51cc9370713f6b2764e8e03ee2ff8d652c3af (patch) | |
tree | 03628a65abf71a80edd6b607eb2ce9d11091f4a3 | |
parent | app-text/kbibtex: Add kde-invent upstream metadata (diff) | |
download | gentoo-fac51cc9370713f6b2764e8e03ee2ff8d652c3af.tar.gz gentoo-fac51cc9370713f6b2764e8e03ee2ff8d652c3af.tar.bz2 gentoo-fac51cc9370713f6b2764e8e03ee2ff8d652c3af.zip |
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@gentoo.org>
-rw-r--r-- | profiles/default/linux/ppc/23.0/make.defaults | 4 |
1 files 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" |