diff options
Diffstat (limited to 'config/libc/glibc-eglibc.in-common')
-rw-r--r-- | config/libc/glibc-eglibc.in-common | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common index 7e4f2674..a901e580 100644 --- a/config/libc/glibc-eglibc.in-common +++ b/config/libc/glibc-eglibc.in-common @@ -77,6 +77,21 @@ config LIBC_OLDEST_ABI If this option is not set, (e)glibc will choose for you. +config LIBC_GLIBC_FORCE_UNWIND + bool + prompt "Force unwind support (READ HELP!)" + default n + help + If your toolchain fails building while building the C library + start files, or the complete C library, with a message like: + configure: error: forced unwind support is required + + then you may try setting this to 'y'. Otherwise, leave it to 'n'. + + The issue seems to be related to building NPTL on old versions + of glibc (and possibly eglibc as well) on some architectures + (seen on s390, s390x and x86_64). + config LIBC_GLIBC_USE_PORTS bool prompt "Use the ports addon" |