All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gcc-4.6: fix toolchain build for SH4
@ 2011-11-11 21:14 michael_e_brown
  2011-11-11 23:31 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: michael_e_brown @ 2011-11-11 21:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Michael Brown

From: Michael Brown <Michael_E_Brown@Dell.com>

Signed-off-by: Michael Brown <Michael_E_Brown@dell.com>

Port patch from base openembedded. Since 4.6 already has fixes for config.gcc,
the fix only requires a one line change to gcc-cross4.inc.

The patch was imported from the OpenEmbedded git server
(git://git.openembedded.org/openembedded) as of commit id
3aa8afe97e9cf1340feb9c4442a6ed88b7e32c96.

gcc-4.5: Fix toolchain builds for SH4/SH3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/gcc/gcc-cross4.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-cross4.inc b/meta/recipes-devtools/gcc/gcc-cross4.inc
index ea20a24..4a20818 100644
--- a/meta/recipes-devtools/gcc/gcc-cross4.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross4.inc
@@ -1 +1,3 @@
 require gcc-cross.inc
+
+EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets "
-- 
1.7.6.4




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

* Re: [PATCH] gcc-4.6: fix toolchain build for SH4
  2011-11-11 21:14 [PATCH] gcc-4.6: fix toolchain build for SH4 michael_e_brown
@ 2011-11-11 23:31 ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2011-11-11 23:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Michael Brown

On Fri, Nov 11, 2011 at 03:14:41PM -0600, michael_e_brown@dell.com wrote:
> From: Michael Brown <Michael_E_Brown@Dell.com>
> 
> Signed-off-by: Michael Brown <Michael_E_Brown@dell.com>

This is a wrong mailing list for this patch - it needs to go to 
openembedded-core instead.

-- 
Denys


> Port patch from base openembedded. Since 4.6 already has fixes for config.gcc,
> the fix only requires a one line change to gcc-cross4.inc.
> 
> The patch was imported from the OpenEmbedded git server
> (git://git.openembedded.org/openembedded) as of commit id
> 3aa8afe97e9cf1340feb9c4442a6ed88b7e32c96.
> 
> gcc-4.5: Fix toolchain builds for SH4/SH3
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/recipes-devtools/gcc/gcc-cross4.inc |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-devtools/gcc/gcc-cross4.inc b/meta/recipes-devtools/gcc/gcc-cross4.inc
> index ea20a24..4a20818 100644
> --- a/meta/recipes-devtools/gcc/gcc-cross4.inc
> +++ b/meta/recipes-devtools/gcc/gcc-cross4.inc
> @@ -1 +1,3 @@
>  require gcc-cross.inc
> +
> +EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets "
> -- 
> 1.7.6.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* [PATCH] gcc-4.6: fix toolchain build for SH4
@ 2011-11-14  5:49 michael_e_brown
  0 siblings, 0 replies; 3+ messages in thread
From: michael_e_brown @ 2011-11-14  5:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Michael Brown

From: Michael Brown <Michael_E_Brown@Dell.com>

Signed-off-by: Michael Brown <Michael_E_Brown@dell.com>

Port patch from base openembedded. Since 4.6 already has fixes for config.gcc,
the fix only requires a one line change to gcc-cross4.inc.

The patch was imported from the OpenEmbedded git server
(git://git.openembedded.org/openembedded) as of commit id
3aa8afe97e9cf1340feb9c4442a6ed88b7e32c96.

gcc-4.5: Fix toolchain builds for SH4/SH3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/gcc/gcc-cross4.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-cross4.inc b/meta/recipes-devtools/gcc/gcc-cross4.inc
index ea20a24..4a20818 100644
--- a/meta/recipes-devtools/gcc/gcc-cross4.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross4.inc
@@ -1 +1,3 @@
 require gcc-cross.inc
+
+EXTRA_OECONF_append_sh4 = " --with-multilib-list= --enable-incomplete-targets "
-- 
1.7.6.4




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

end of thread, other threads:[~2011-11-14  5:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 21:14 [PATCH] gcc-4.6: fix toolchain build for SH4 michael_e_brown
2011-11-11 23:31 ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2011-11-14  5:49 michael_e_brown

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.