diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-28 16:10:35 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-29 23:14:48 +0100 |
commit | 17dfec8c9b92824544ba6e4e9d0e23614e2347ba (patch) | |
tree | fd9dfe168c16ef86e2847954acde0c6cd9b7069b /configs/arm_toolchain_defconfig | |
parent | 74058758e4165dbef1d8f1d446cce0d9fb27a955 (diff) | |
download | buildroot-novena-17dfec8c9b92824544ba6e4e9d0e23614e2347ba.tar.gz buildroot-novena-17dfec8c9b92824544ba6e4e9d0e23614e2347ba.zip |
toolchain: drop BR2_CROSS_TOOLCHAIN_TARGET_UTILS option
It's really not very useful, all it does is install a target
strace and ldd in a target_utils directory in staging.
While at it clean up the strace makefile a bit.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/arm_toolchain_defconfig')
-rw-r--r-- | configs/arm_toolchain_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/arm_toolchain_defconfig b/configs/arm_toolchain_defconfig index 455564cdd..e46c5c9ef 100644 --- a/configs/arm_toolchain_defconfig +++ b/configs/arm_toolchain_defconfig @@ -8,7 +8,6 @@ BR2_INET_RPC=y BR2_ENABLE_LOCALE=y BR2_USE_WCHAR=y BR2_INSTALL_LIBSTDCPP=y -BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y # No package # BR2_PACKAGE_BUSYBOX is not set |