This is the mail archive of the gcc-help@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: Building against another glibc


> > On Mon, 2013-04-01 at 17:51 +0000, Booty Bootstrapper wrote:
> > > I would like to to build gcc with a glibc other than the used by
> > > the build system and compiler.  The resulting compiler is
> > > installed to a host that has the glibc I am building against and
> > > everything else (binutils) in the regular /usr/.

On Mon, 2013-04-01 at 11:21 -0700, Bryan Hundven wrote:
> There is always crosstool-ng: http://crosstool-ng.org/
> 
Based on the description the OP does NOT want a cross-compiler.  I think
that's where most of the (anticipated) confusion will come from in this
thread.  I'm not that familiar with crosstool-ng but I don't think it
will help in this case: the OP wants a native compiler, that itself is
cross-compiled to run on a different platform.  That's not what (again,
by my understanding) crosstool-ng does.



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