From 15186b99774df74cf8ab02acd1a3f0ffd4c54ca1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 30 Sep 2016 04:49:58 +0200 Subject: ubacktrace/uargp: remove unneeded and false linker scripts --- extra/Configs/Config.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'extra') 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. -- cgit v1.2.3