diff options
author | Nik Konyuchenko <spaun2002mobile@gmail.com> | 2021-06-24 01:49:22 -0700 |
---|---|---|
committer | Nik Konyuchenko <spaun2002mobile@gmail.com> | 2021-06-24 01:49:22 -0700 |
commit | aa98a2e2f3f6f91ab02b932162da4bb60f61c9ba (patch) | |
tree | bd9831787eaae108468c3c9071c3755604ecfc7e /config | |
parent | 05c67589851c70df19a94d5a00b6634681f08bcd (diff) | |
download | crosstool-ng-aa98a2e2f3f6f91ab02b932162da4bb60f61c9ba.tar.gz crosstool-ng-aa98a2e2f3f6f91ab02b932162da4bb60f61c9ba.tar.bz2 crosstool-ng-aa98a2e2f3f6f91ab02b932162da4bb60f61c9ba.zip |
Add fcommon flag help and remove extra empty lines
Signed-off-by: Nik Konyuchenko <spaun2002mobile@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/libc/glibc.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index b2cf0dae..3905f6e9 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -421,6 +421,8 @@ config GLIBC_ENABLE_COMMON_FLAG bool "Enable -fcommon flag for older version of glibc when using GCC >=10" default y if GLIBC_2_29_or_older && GCC_10_or_later default n if GLIBC_2_30_or_later || GCC_9_or_older - + help + Starting from GCC 10, the default behavior is changed to -fno-common. + That leads to linking errors in GLibc versions older than 2.30. endif # KERNEL_LINUX |