Disable notes when clang toolchain is used on arm

Per https://bugzilla.redhat.com/show_bug.cgi?id=2043178#c27.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-01-25 18:19:07 +01:00
parent 2ee6aa07f8
commit d26d18e6f4

View File

@ -34,7 +34,9 @@
# "lld". Unfortunately linkers other than bfd do not support some of
# the options that we'd like to use, so if this is set to anything
# other than "bfd", note insertion is disabled.
%_package_note_linker bfd
#
# (The default linker for clang on armv7hl is lld.)
%_package_note_linker %["%_target_cpu" == "armv7hl" && "%{toolchain}" == "clang" ? "lld" : "bfd"]
# Whether to specify the READONLY attribute for the inserted
# section. We generally want this, but binutils <= 2.37 and other