summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2012-11-16 18:26:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 16:42:09 +0000
commit5a9b80bbb173408de779d74936a2f7050d6a6c19 (patch)
tree9b6be58c627c34dca8a3f3fcb89ab9a2ff19cb39 /meta/recipes-devtools
parentc2cb4c0645da3d2afb92ada714371506e6a54ec0 (diff)
downloadast2050-yocto-poky-5a9b80bbb173408de779d74936a2f7050d6a6c19.zip
ast2050-yocto-poky-5a9b80bbb173408de779d74936a2f7050d6a6c19.tar.gz
binutils: fixed --enable-targets option
There does not exist an '--enable-target=all' option (From OE-Core rev: 60fe4e80ca5845a0d03f918b80d6e980c13378b9) Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/binutils/binutils_2.22.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.22.bb b/meta/recipes-devtools/binutils/binutils_2.22.bb
index 17eeb9c..1523e87 100644
--- a/meta/recipes-devtools/binutils/binutils_2.22.bb
+++ b/meta/recipes-devtools/binutils/binutils_2.22.bb
@@ -8,7 +8,7 @@ EXTRA_OECONF += "--with-sysroot=/ \
--enable-shared \
"
-EXTRA_OECONF_class-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd"
+EXTRA_OECONF_class-native = "--enable-targets=all --enable-64-bit-bfd --enable-install-libbfd"
do_install_class-native () {
autotools_do_install
OpenPOWER on IntegriCloud