669d07bdd4
As stated in commit 555c2585bf
, the
Xtensa architecture has been introduced in 2009 and never changed
since its initial introduction. It requires some special handling that
is a bit annoying, and despite our call to the initial developers, and
the announcement of the deprecation of the architecture during the
2012.05, nothing has happened. Therefore, drop support for this
architecture.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: me
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
config BR2_PACKAGE_LTRACE
|
|
bool "ltrace"
|
|
depends on !(BR2_avr32 || BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64)
|
|
select BR2_PACKAGE_LIBELF
|
|
help
|
|
Debugging program which runs a specified command until it exits.
|
|
While the command is executing, ltrace intercepts and records
|
|
the dynamic library calls which are called by the executed
|
|
process and the signals received by that process.
|
|
|
|
http://packages.debian.org/unstable/utils/ltrace.html
|