summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-30 04:49:58 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-30 08:12:27 +0200
commit15186b99774df74cf8ab02acd1a3f0ffd4c54ca1 (patch)
tree2dc32fce7a172e1a0110af65a44309dfe64adc04 /extra/Configs
parent8c53e7524dfb9127b006e773307fdaa4df899a04 (diff)
ubacktrace/uargp: remove unneeded and false linker scripts
Diffstat (limited to 'extra/Configs')
-rw-r--r--extra/Configs/Config.in9
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.