diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2012-11-16 18:26:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 16:42:09 +0000 |
commit | 5a9b80bbb173408de779d74936a2f7050d6a6c19 (patch) | |
tree | 9b6be58c627c34dca8a3f3fcb89ab9a2ff19cb39 /meta/recipes-devtools/binutils | |
parent | c2cb4c0645da3d2afb92ada714371506e6a54ec0 (diff) | |
download | 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/binutils')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.22.bb | 2 |
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 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=/ \ | |||
8 | --enable-shared \ | 8 | --enable-shared \ |
9 | " | 9 | " |
10 | 10 | ||
11 | EXTRA_OECONF_class-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd" | 11 | EXTRA_OECONF_class-native = "--enable-targets=all --enable-64-bit-bfd --enable-install-libbfd" |
12 | 12 | ||
13 | do_install_class-native () { | 13 | do_install_class-native () { |
14 | autotools_do_install | 14 | autotools_do_install |