summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2005-08-04 03:49:25 +0000
committerManuel Novoa III <mjn3@codepoet.org>2005-08-04 03:49:25 +0000
commit42c9321a15c2a98dd72cc09c7ef5900b5097c6eb (patch)
treefb3d292c6c6dca773cd9385d676c6f6fe8028243 /toolchain/Config.in
parentee69884eed6a41c4769a6f03ba7e2a7e64f17c1c (diff)
downloadbuildroot-novena-42c9321a15c2a98dd72cc09c7ef5900b5097c6eb.tar.gz
buildroot-novena-42c9321a15c2a98dd72cc09c7ef5900b5097c6eb.zip
Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 0369bd4aa..8597ac399 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -45,6 +45,17 @@ config BR2_TARGET_OPTIMIZATION
help
Optimizations to use when building for the target host.
+config BR2_CROSS_TOOLCHAIN_TARGET_UTILS
+ string "Include target utils in cross toolchain."
+ default y
+ help
+ When using buildroot to build a deployable cross toolchain, it is handy
+ to include certain target apps with that toolchain as a convenience.
+ Examples include ldd, gdbserver, and strace.
+
+ Answer Y if you want these apps (if built) copied into the cross toolchain
+ dir under <arch>-linux-uclibc/target_utils/.
+
# Might be worth experimenting with for gcc 3.4.x.
#GCC_WITH_CPU:=
#GCC_WITH_ARCH:=