diff options
author | 2023-11-26 00:12:22 +0100 | |
---|---|---|
committer | 2023-11-26 00:13:25 +0100 | |
commit | 57250bdaec26224add7447e8d439d75960645737 (patch) | |
tree | 456d0de7f865477f47000b40733000dd1635ef97 /profiles/default | |
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/default')
-rw-r--r-- | profiles/default/linux/amd64/23.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default/linux/ppc/23.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default/linux/ppc64/23.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default/linux/x86/23.0/make.defaults | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/23.0/make.defaults b/profiles/default/linux/amd64/23.0/make.defaults new file mode 100644 index 000000000000..05f8f6a36542 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/make.defaults @@ -0,0 +1,4 @@ +# Copyright 2023 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" diff --git a/profiles/default/linux/ppc/23.0/make.defaults b/profiles/default/linux/ppc/23.0/make.defaults new file mode 100644 index 000000000000..05f8f6a36542 --- /dev/null +++ b/profiles/default/linux/ppc/23.0/make.defaults @@ -0,0 +1,4 @@ +# Copyright 2023 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" diff --git a/profiles/default/linux/ppc64/23.0/make.defaults b/profiles/default/linux/ppc64/23.0/make.defaults new file mode 100644 index 000000000000..05f8f6a36542 --- /dev/null +++ b/profiles/default/linux/ppc64/23.0/make.defaults @@ -0,0 +1,4 @@ +# Copyright 2023 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" diff --git a/profiles/default/linux/x86/23.0/make.defaults b/profiles/default/linux/x86/23.0/make.defaults new file mode 100644 index 000000000000..05f8f6a36542 --- /dev/null +++ b/profiles/default/linux/x86/23.0/make.defaults @@ -0,0 +1,4 @@ +# Copyright 2023 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" |