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: gcc-3.2 powerpc cross compile patch


On Thu, Sep 26, 2002 at 02:23:46PM -0700, Brian Kuschak wrote:
> gcc-3.2 wouldn't build for me due to a problem with
> inhibit_libc not taking effect.
> 
> The following now works, and builds a working
> compiler:
> 
> ./configure --host=i686-linux --target=powerpc-linux
> --enable-shared --enable-threads
> --enable-languages=c,c++ --with-cpu=405 --without-fp
> 
> Patch is attached.

No. You're supposed to do this by getting glibc, faking out its
configure script, and running 'make install-headers' before you build
GCC.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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