From 17dfec8c9b92824544ba6e4e9d0e23614e2347ba Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 28 Dec 2010 16:10:35 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- configs/arm_nptl_toolchain_defconfig | 1 - configs/arm_toolchain_defconfig | 1 - 2 files changed, 2 deletions(-) (limited to 'configs') diff --git a/configs/arm_nptl_toolchain_defconfig b/configs/arm_nptl_toolchain_defconfig index 99c526e59..1bb1193f7 100644 --- a/configs/arm_nptl_toolchain_defconfig +++ b/configs/arm_nptl_toolchain_defconfig @@ -10,7 +10,6 @@ BR2_ENABLE_LOCALE=y BR2_USE_WCHAR=y BR2_PTHREADS_NATIVE=y BR2_INSTALL_LIBSTDCPP=y -BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y # No package # BR2_PACKAGE_BUSYBOX is not set 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 -- cgit v1.2.3