This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Building a selection of multilibs
- From: Magnus Bergman <magnus dot bergman at observer dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 25 May 2004 15:55:01 +0200
- Subject: Building a selection of multilibs
- Organization: Observer
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.)