Openembedded Core Discussions
 help / color / mirror / Atom feed
* 64-bit gcc hack patch /
@ 2011-08-04  7:55 Kumar Gala
  2011-08-04 15:24 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Kumar Gala @ 2011-08-04  7:55 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

What is meta/recipes-devtools/gcc/gcc-4.6/64bithack.patch really accomplishing at this point?

Its not clear to me what benefit or what is really impacted by the following change:

 MULTILIB_OPTIONS = m64/m32
-MULTILIB_DIRNAMES = 64 32 
-MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
+MULTILIB_DIRNAMES = . 32
+MULTILIB_OSDIRNAMES = . $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)

Trying to decide if the ppc equivalent of this patch is really needed or not.

- k


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

* Re: 64-bit gcc hack patch /
  2011-08-04  7:55 64-bit gcc hack patch / Kumar Gala
@ 2011-08-04 15:24 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2011-08-04 15:24 UTC (permalink / raw)
  To: openembedded-core

On 08/04/2011 12:55 AM, Kumar Gala wrote:
> What is meta/recipes-devtools/gcc/gcc-4.6/64bithack.patch really accomplishing at this point?
>
> Its not clear to me what benefit or what is really impacted by the following change:
>
>   MULTILIB_OPTIONS = m64/m32
> -MULTILIB_DIRNAMES = 64 32
> -MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
> +MULTILIB_DIRNAMES = . 32
> +MULTILIB_OSDIRNAMES = . $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
>
> Trying to decide if the ppc equivalent of this patch is really needed or not.

I think this patch should not be needed.

>
> - k
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




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

end of thread, other threads:[~2011-08-04 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04  7:55 64-bit gcc hack patch / Kumar Gala
2011-08-04 15:24 ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox