All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] binutils: fixed --enable-targets option
@ 2012-01-12 16:30 Enrico Scholz
  0 siblings, 0 replies; 2+ messages in thread
From: Enrico Scholz @ 2012-01-12 16:30 UTC (permalink / raw)
  To: openembedded-core; +Cc: Enrico Scholz

There does not exist an '--enable-target=all' option.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
---
 meta/recipes-devtools/binutils/binutils.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
index 30a0416..f70359d 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -54,7 +54,7 @@ EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \
                 --enable-shared \
                 ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)}"
 
-EXTRA_OECONF_virtclass-native = "--enable-target=all --enable-64-bit-bfd --enable-install-libbfd"
+EXTRA_OECONF_virtclass-native = "--enable-targets=all --enable-64-bit-bfd --enable-install-libbfd"
 
 # This is necessary due to a bug in the binutils Makefiles
 # EXTRA_OEMAKE = "configure-build-libiberty all"
-- 
1.7.7.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] binutils: fixed --enable-targets option
@ 2012-11-16 17:26 Enrico Scholz
  0 siblings, 0 replies; 2+ messages in thread
From: Enrico Scholz @ 2012-11-16 17:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Enrico Scholz

There does not exist an '--enable-target=all' option

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
---
 meta/recipes-devtools/binutils/binutils_2.22.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.7.11.7




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-16 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-12 16:30 [PATCH] binutils: fixed --enable-targets option Enrico Scholz
2012-11-16 17:26 Enrico Scholz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.