mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
- has to select libelf (and should nowadays work without LFS)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_LTRACE
|
config BR2_PACKAGE_LTRACE
|
||||||
bool "ltrace"
|
bool "ltrace"
|
||||||
default n
|
default n
|
||||||
depends on BR2_LARGEFILE
|
#depends on BR2_LARGEFILE
|
||||||
depends on BR2_PACKAGE_LIBELF
|
select BR2_PACKAGE_LIBELF_HEADERS
|
||||||
help
|
help
|
||||||
Debugging program which runs a specified command until it exits.
|
Debugging program which runs a specified command until it exits.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user