This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix for powepc64-linux bi-arch compiler using powerpc64-linux defaulting binutils


>>>>> Jakub Jelinek writes:

> Without this, 32-bit libgcj is relinked with ld -r, not ld -r elf32ppclinux,
> which is ld defaults to 64-bit ppc does not work.
> Ok to commit?

	I was wondering when this type of problem was going to occur.  I
am just about the post a message about a similar problem and libtool.
Basically, we get into problem when the build process directly calls "ld"
instead of using GCC to link for a particular multilib target.

	This patch is okay with me.  I am not sure whose permission you
were asking.  This probably could go in under the obvious rule.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]