From 42c9321a15c2a98dd72cc09c7ef5900b5097c6eb Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 4 Aug 2005 03:49:25 +0000 Subject: 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. --- toolchain/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'toolchain/Config.in') 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 -linux-uclibc/target_utils/. + # Might be worth experimenting with for gcc 3.4.x. #GCC_WITH_CPU:= #GCC_WITH_ARCH:= -- cgit v1.2.3