# HG changeset patch # User "Yann E. MORIN" # Date 1313706926 -7200 # Node ID f44286235a07bb6b389721b9338061b642d3cdbc # Parent a52574521bea06a4118a85237d67bb524e6a3c50 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. Signed-off-by: "Yann E. MORIN"