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]

Building CVS on IRIX without -mabi=64


How do I build from CVS without -mabi=64? I'm building with:
  $ mkdir objdir
  $ cd objdir
  $ CC=cc ../configure --enable-shared --with-included-gettext

and -mabi=64 is being used which later leads to an error searching for
64-bit system libraries (host is 32-bit with no 64-bit libraries).

I tried ../configure with --disable-multilib but that didn't help.

-- 
albert chin (china@thewrittenword.com)

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