Subject: Re: Compiling NetBSD with another compiler.
To: Thor Lancelot Simon <tls@rek.tjls.com>
From: Martin Husemann <martin@duskware.de>
List: tech-userlevel
Date: 10/11/2007 11:23:54
On Thu, Oct 11, 2007 at 04:50:48AM -0400, Thor Lancelot Simon wrote:
> Does this mean that we may not be able to link code generated with, say,
> gcc against a libc compiled with pcc?  Or do I misunderstand what you are
> saying above?

AFAICT, pcc and gcc use the same way to implement renames, so this does
not make the ABIs differ, and mixing object code should work.

Martin