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: Cross-build for x86_64-pc-mingw32


On 12/1/07, FX Coudert <fxcoudert@gmail.com> wrote:
> > Don't linux x86-64 builds of gcc look for 64-bit support in lib64/
> > and 32-bit in lib/ ?  It looks reasonable to me to follow the same
> > plan.
>
> All linux distros except Debian-based ones, IIRC. I think that, since
> current mingw32 has libs in lib/, it would be better to have lib64/
> and lib/.

This is easy enough to do in terms of editing the automake file.  What
is necessary in terms of modifying gcc itself to search those places?


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