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>
This commit is contained in:
Gustavo Zacarias
2010-12-28 16:10:35 -03:00
committed by Peter Korsgaard
parent 74058758e4
commit 17dfec8c9b
6 changed files with 5 additions and 37 deletions

View File

@@ -80,7 +80,6 @@ BR2_GDB_VERSION="6.8"
BR2_LARGEFILE=y
BR2_INET_RPC=y
BR2_TARGET_OPTIMIZATION="-Os -pipe"
BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
## Added by Maxim