diff --git a/binutils.spec b/binutils.spec index 2a3536b..e59ab8c 100644 --- a/binutils.spec +++ b/binutils.spec @@ -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------------------------------------------------