summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-29 07:25:14 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-06 16:03:09 +0200
commit3ea37e7c1c9e02fc8e22e8a81396b7e49cc61a90 (patch)
tree83dcee36e7513f346e1352dd931efdc312e0a369
parent019c4d940e6476172159a54b38e44a18e91f6860 (diff)
binutils: don't set host as it needs the target system
-rw-r--r--recipes/toolchain/binutils.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/toolchain/binutils.recipe b/recipes/toolchain/binutils.recipe
index 186c0c1..354fd24 100644
--- a/recipes/toolchain/binutils.recipe
+++ b/recipes/toolchain/binutils.recipe
@@ -3,6 +3,7 @@ class Recipe(recipe.Recipe):
version = '2.22'
licenses = [License.GPL]
configure_options = '--with-sysroot=$CERBERO_PREFIX --disable-multilib'
+ add_host_build_target = False
files_bins = ['addr2line', 'ar', 'as', 'c++filt', 'dlltool', 'dllwrap',
'elfedit', 'gprof', 'ld', 'ld.bfd', 'nm', 'objcopy',