summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
authorNik Konyuchenko <spaun2002mobile@gmail.com>2021-06-24 08:49:22 (GMT)
committerNik Konyuchenko <spaun2002mobile@gmail.com>2021-06-24 08:49:22 (GMT)
commitaa98a2e2f3f6f91ab02b932162da4bb60f61c9ba (patch)
treebd9831787eaae108468c3c9071c3755604ecfc7e /config/libc/glibc.in
parent05c67589851c70df19a94d5a00b6634681f08bcd (diff)
Add fcommon flag help and remove extra empty lines
Signed-off-by: Nik Konyuchenko <spaun2002mobile@gmail.com>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index b2cf0da..3905f6e 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