From 5a9b80bbb173408de779d74936a2f7050d6a6c19 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 16 Nov 2012 18:26:34 +0100 Subject: binutils: fixed --enable-targets option There does not exist an '--enable-target=all' option (From OE-Core rev: 60fe4e80ca5845a0d03f918b80d6e980c13378b9) Signed-off-by: Enrico Scholz Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils_2.22.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/binutils/binutils_2.22.bb b/meta/recipes-devtools/binutils/binutils_2.22.bb index 17eeb9ccd9..1523e87273 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 -- cgit v1.2.3-54-g00ecf