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:
parent
01507c9252
commit
dbb6a2b533
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue