All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] db5: append CXX tag to libtool
@ 2010-12-20 18:54 Víctor Manuel Jáquez Leal
  2010-12-20 19:02 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Víctor Manuel Jáquez Leal @ 2010-12-20 18:54 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
---
 recipes/db/db5.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/db/db5.inc b/recipes/db/db5.inc
index 78b99ff..390dfac 100644
--- a/recipes/db/db5.inc
+++ b/recipes/db/db5.inc
@@ -62,7 +62,7 @@ MUTEX_arm = "${ARM_MUTEX}"
 MUTEX_armeb = "${ARM_MUTEX}"
 EXTRA_OECONF += "${MUTEX}"
 
-LIBTOOL = "${HOST_SYS}-libtool"
+LIBTOOL = "${HOST_SYS}-libtool --tag=CXX"
 EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
 
 # Cancel the site stuff - it's set for db3 and destroys the
-- 
1.7.2.3




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

* Re: [PATCH] db5: append CXX tag to libtool
  2010-12-20 18:54 [PATCH] db5: append CXX tag to libtool Víctor Manuel Jáquez Leal
@ 2010-12-20 19:02 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2010-12-20 19:02 UTC (permalink / raw)
  To: Víctor Manuel Jáquez Leal; +Cc: openembedded-devel

On 12/20/2010 11:54 AM, Víctor Manuel Jáquez Leal wrote:
> Signed-off-by: Víctor Manuel Jáquez Leal<vjaquez@igalia.com>
> ---
>   recipes/db/db5.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/db/db5.inc b/recipes/db/db5.inc
> index 78b99ff..390dfac 100644
> --- a/recipes/db/db5.inc
> +++ b/recipes/db/db5.inc
> @@ -62,7 +62,7 @@ MUTEX_arm = "${ARM_MUTEX}"
>   MUTEX_armeb = "${ARM_MUTEX}"
>   EXTRA_OECONF += "${MUTEX}"
>
> -LIBTOOL = "${HOST_SYS}-libtool"
> +LIBTOOL = "${HOST_SYS}-libtool --tag=CXX"
>   EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
>
>   # Cancel the site stuff - it's set for db3 and destroys the

Applied, thanks.

-- 
Tom Rini
Mentor Graphics Corporation



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

end of thread, other threads:[~2010-12-20 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-20 18:54 [PATCH] db5: append CXX tag to libtool Víctor Manuel Jáquez Leal
2010-12-20 19:02 ` Tom Rini

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.