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 --- toolchain/toolchain-buildroot/Config.in.2 | 12 ------------ toolchain/uClibc/uclibc.mk | 5 ----- 2 files changed, 17 deletions(-) (limited to 'toolchain') diff --git a/toolchain/toolchain-buildroot/Config.in.2 b/toolchain/toolchain-buildroot/Config.in.2 index 6a383f639..3fd433ac4 100644 --- a/toolchain/toolchain-buildroot/Config.in.2 +++ b/toolchain/toolchain-buildroot/Config.in.2 @@ -118,16 +118,4 @@ config BR2_VFP_FLOAT Most people will answer N. -config BR2_CROSS_TOOLCHAIN_TARGET_UTILS - bool "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/. - endif diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk index ec928243c..a677be7a4 100644 --- a/toolchain/uClibc/uclibc.mk +++ b/toolchain/uClibc/uclibc.mk @@ -479,11 +479,6 @@ $(TARGET_DIR)/usr/bin/ldd: $(cross_compiler) CPP=$(TARGET_CROSS)cpp LD=$(TARGET_CROSS)ld \ ARCH="$(UCLIBC_TARGET_ARCH)" \ PREFIX=$(TARGET_DIR) utils install_utils -ifeq ($(BR2_CROSS_TOOLCHAIN_TARGET_UTILS),y) - mkdir -p $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/target_utils - install -c $(TARGET_DIR)/usr/bin/ldd \ - $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/target_utils/ldd -endif touch -c $@ ifneq ($(BR2_PREFER_STATIC_LIB),y) -- cgit v1.2.3