diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-26 00:12:22 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-26 00:13:25 +0100 |
commit | 57250bdaec26224add7447e8d439d75960645737 (patch) | |
tree | 456d0de7f865477f47000b40733000dd1635ef97 /profiles/releases | |
parent | app-emacs/osm: Stabilize 0.14 amd64, #918575 (diff) | |
download | gentoo-57250bdaec26224add7447e8d439d75960645737.tar.gz gentoo-57250bdaec26224add7447e8d439d75960645737.tar.bz2 gentoo-57250bdaec26224add7447e8d439d75960645737.zip |
profiles, 23.0: drop global DT_RELR and enable it only on x86 and Power
Bug: https://bugs.gentoo.org/show_bug.cgi?id=818376
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/releases')
-rw-r--r-- | profiles/releases/23.0/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults index c802f3fa3409..67fcf7e034d8 100644 --- a/profiles/releases/23.0/make.defaults +++ b/profiles/releases/23.0/make.defaults @@ -13,8 +13,8 @@ USE="${USE} -cli" # bug 849875 USE="${USE} -dri" -# bug 818376 -LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" +# bug 818376 (only on specific arches) +LDFLAGS="-Wl,-O1 -Wl,--as-needed" # copied from merged-usr feature # Mike Gilbert <floppym@gentoo.org> (2022-08-31) |