Update comment for enable_separate_code

The value was changed in b2f9df48ed but the comment did
not get updated accordingly.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2025-03-21 14:26:25 +01:00
parent eedb416ce6
commit dff9bfc5c8

View File

@ -77,8 +77,8 @@ URL: https://sourceware.org/binutils
# configurable in case there is ever a need to disable thread support.
%define enable_threading 1
# Enable the use of separate code and data segments for all architectures,
# not just x86/x86_64.
# Separate code is disabled on all architectures by default. Individual
# packages can decide to enable it if they want to.
%define enable_separate_code 0
#----End of Configure Options------------------------------------------------