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 /target | |
parent | 74058758e4165dbef1d8f1d446cce0d9fb27a955 (diff) |
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 'target')
-rw-r--r-- | target/xtensa/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/xtensa/defconfig b/target/xtensa/defconfig index 200ff2169..0eee5c0f5 100644 --- a/target/xtensa/defconfig +++ b/target/xtensa/defconfig @@ -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 |