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]

Building a selection of multilibs


I'm trying to build GCC 3.4 for Irix 6.5. The problem is that I need
both the O32 and the N32 ABI, but can not use the N64 ABI. Is there any
standard procedure for selecting a subset of the multilibs supported?

The installation instructions says that if the N64 ABI cannot be used,
the use --disable-mulbilib and dissable the O32 ABI as well.

I found some other installation FAQ (for a slightly older gcc version
without proper support for O32) which recommended changing
MULTILIB_OPTIONS in gcc/Makefile, but that tip didn't seem relevant for
version 3.4.

(Please CC me as I'm not on the list.)


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