diff options
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index fc6669b89..c5e54e19d 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1896,8 +1896,6 @@ config UCLIBC_HAS_ARGP `--help' and `--version' options. A library can export an argp option parser, which programs can easily use in conjunction with their own option parser. - A new shared object "libuargp" is created. The "libc.so" linker script - contains the AS_NEEDED entry for getting the libuargp linked automatically. Argp support is needed by elfutils libdw. Most people can safely answer N. @@ -2391,12 +2389,11 @@ config UCLIBC_HAS_BACKTRACE bool "Add support for application self-debugging" depends on HAVE_SHARED help - Answer Y here to compile support for application self-debugging, by adding - a new shared object "libubacktrace.so" that provides the following new - functions: + Answer Y here to compile support for application self-debugging that + provides the following new functions: backtrace, backtrace_symbols, backtrace_symbols_fd - The backtrace functionality is currently supported on SH platform, and it + The backtrace functionality is currently supported on some platforms, and it based on dwarf2 informations to properly work, so any application that want to use backtrace needs to be built with -fexceptions flag. |