You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@worldgate.com> on 1998/03/18 02:19:39 UTC

more Configure fixes needed: IRIXN32

It is a bad idea to be defaulting to IRIXN32 because only SGI's cc
supports -n32.  

If you try to compile with -n32 on IRIX using GCC right now it chokes
unless you disable IRIXN32.  

It should either be disabled by default (don't know why it was changed...)
or we need to do a test to see if the compiler supports -n32 and only use
it if it does.  Figuring out what command line arguments to use for a
compiler while in the process of figuring out what command line arguments
to use is cute though.