From: Philipp Rudo <pr...@redhat.com>

configs/common/aarch64: disable CONFIG_RELR

This config adds option --pack-dyn-relocs=relr to the LDFLAGS.  This
option is specific to LLD and thus is not present on typical developer
systems using LD. By using the dummy-tools the cc-option check that
tests if the option is present in the current environment is disabled
(i.e. always returns 'y') making the priviously hidden config visible.
Thus explicitely disable the config to satisfy process_configs.sh.

Signed-off-by: Philipp Rudo <pr...@redhat.com>
Cc: Mark Salter <msal...@redhat.com>
Cc: Mark Langsdorf <mlang...@redhat.com>
Cc: Jeremy Linton <jlin...@redhat.com>

diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_RELR 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_RELR
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_RELR
@@ -0,0 +1 @@
+# CONFIG_RELR is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to