libc/glibc: change default of "forced unwind" to 'y'
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 21 22:14:39 2011 +0200 (2011-08-21)
changeset 2618041d0cf137c4
parent 2617 41bd6777fa4f
child 2619 628192dbf847
libc/glibc: change default of "forced unwind" to 'y'

Virtually all our targets do support stack unwinding. For some of
them, ./configure can't detect that, and the build fails later on.

So, default to force unwind, and let the user disable it if it
breaks in his/her case.

The previous changeset (f44286235a07) was empty, as spotted by Benoît.

Reported-by: Benoît THÉBAUDEAU <benoit.thebaudeau@advansee.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/libc/glibc-eglibc.in-common
     1.1 --- a/config/libc/glibc-eglibc.in-common	Wed Aug 17 23:53:49 2011 +0200
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Sun Aug 21 22:14:39 2011 +0200
     1.3 @@ -100,12 +100,14 @@
     1.4  config LIBC_GLIBC_FORCE_UNWIND
     1.5      bool
     1.6      prompt "Force unwind support (READ HELP!)"
     1.7 +    default y
     1.8      help
     1.9        If your toolchain fails building while building the C library
    1.10        start files, or the complete C library, with a message like:
    1.11          configure: error: forced unwind support is required
    1.12        
    1.13 -      then you may try setting this to 'y'. Otherwise, leave it to 'n'.
    1.14 +      then you may try chmaging this option. Otherwise, leave it to
    1.15 +      the default 'y'.
    1.16        
    1.17        The issue seems to be related to building NPTL on old versions
    1.18        of glibc (and possibly eglibc as well) on some architectures