This is the mail archive of the gcc@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]

Naive suggestion about multilibs


There are many, many multilib parallel build problems on sparc-sun-solaris2.8, even with "make -j 2", and with serial make it takes 7 hours to build gcc on my solaris boxes.

These libraries are eventually installed in separate directories; could they not be built in separate directories? Wouldn't this solve the problem of trying to link against two different versions of the library, or trying to link an ELF64 binary into an ELF32 library, etc.?

Brad


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