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] powerpc64-linux bi-arch support


On Wed, Jun 04, 2003 at 12:51:44PM -0400, David Edelsohn wrote:
> 	FYI, I received feedback from some colleagues who are trying to
> use the patch to build a powerpc64-linux toolchain that the patch causes
> problems when building a cross-compiler.
> 
> 	The problem is that the gcc configuration wants
> powerpc64-linux-XXX, while the bi-arch binutils with 64-bit support
> installed powerpc-linux-XXX without the "64".

Depends on how binutils were configured. They can be also configured
for powerpc64-*-linux* with additional powerpc-*-linux* support.
Alternatively, one can symlink all powerpc-linux-XXX binaries to
powerpc64-linux-XXX if they were configured to support both 32-bit and
64-bit arch.

	Jakub


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