This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc rs6000 target without glibc
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: lothar <lothar dot felten at gmx dot net>
- Cc: bug-gcc at gcc dot gnu dot org, geoffk at geoffk dot org, dje at watson dot ibm dot com
- Date: Wed, 30 Mar 2005 15:44:41 -0500
- Subject: Re: gcc rs6000 target without glibc
- References: <424B0A82.1080803@gmx.net>
On Mar 30, 2005, at 3:22 PM, lothar wrote:
Hello,
Michael Meissner redirected me to this list, I contacted him because
his emailaddress was in rs6000/linux.h. I don't know who currently
maintains this file
I ran into trouble when trying to build a cross compiler for the
RS6000 (target=ppc-linux).
Try using cross tools, they help a lot with building a cross compiler
for
powerpc-linux-gnu (and other linux-gnu targets).
-- Pinski