Update comment for enable_separate_code

riscv64 was added to the list of architectures for which
separate code and data segments are enabled in 53dfb5f3d9
but the comment did not get updated accordingly.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2025-04-09 21:14:17 +02:00
commit dbb6a2b533

View file

@ -86,9 +86,9 @@ URL: https://sourceware.org/binutils
# Enable the use of separate code and data segments. Whilst potentially
# useful from a security point of view, it is problematic from a file
# size point of view. So for now, only enable it for the i686 and x86_64
# architectures as these are the ones that have the most potential
# vulnerability.
# size point of view. So for now, only enable it for the i686, x86_64
# and riscv64 architectures as these are the ones that have the most
# potential vulnerability.
%ifarch %{ix86} x86_64 riscv64
%define enable_separate_code 1
%else