summaryrefslogtreecommitdiffstats
path: root/package/strace/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/strace/Config.in')
-rw-r--r--package/strace/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/strace/Config.in b/package/strace/Config.in
index ded51ba24c..ad8d30816e 100644
--- a/package/strace/Config.in
+++ b/package/strace/Config.in
@@ -1,9 +1,13 @@
config BR2_PACKAGE_STRACE
bool "strace"
- depends on !BR2_arc && !BR2_nios2
+ depends on !BR2_nios2
+ depends on BR2_LARGEFILE
help
A useful diagnostic, instructional, and debugging tool.
Allows you to track what system calls a program makes
while it is running.
http://sourceforge.net/projects/strace/
+
+comment "strace needs a toolchain w/ largefile"
+ depends on !BR2_LARGEFILE
OpenPOWER on IntegriCloud