From 3ea37e7c1c9e02fc8e22e8a81396b7e49cc61a90 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Mon, 29 Apr 2013 07:25:14 +0200 Subject: binutils: don't set host as it needs the target system --- recipes/toolchain/binutils.recipe | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3