summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-31 18:52:18 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-31 18:52:18 (GMT)
commit1838bb1f15ce7704f91f652f4d4c0887b876a786 (patch)
treeb9d0ad234696a78ed47e731513fb8ad7cea1620d /config
parentf8ea3111b428c0fa8eaae1e0f387f1c3006eb07a (diff)
libc/glibc: add option to force unwind
We make it an option, as not all combinations of architectures vs. compiler vs. glibc/eglibc exhibit the issue. Mostly visible on old glibc versions, it seems... This is a missing part from the glibc/eglibc merger... :-/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config')
-rw-r--r--config/libc/glibc-eglibc.in-common15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common
index 7e4f267..a901e58 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"