|
@@ -4,6 +4,8 @@ config BR2_PACKAGE_LTRACE
|
|
|
|| BR2_powerpc || BR2_sparc || BR2_x86_64)
|
|
|
select BR2_PACKAGE_LIBELF
|
|
|
select BR2_PACKAGE_ELFUTILS
|
|
|
+ depends on BR2_LARGEFILE # elfutils
|
|
|
+ depends on BR2_USE_WCHAR # elfutils
|
|
|
help
|
|
|
Debugging program which runs a specified command until it exits.
|
|
|
While the command is executing, ltrace intercepts and records
|