Subject: Re: patch for net/ORBit on sgimips
To: Christopher SEKIYA <wileyc@rezrov.net>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 01/19/2004 12:18:28
On Mon, Jan 19, 2004 at 08:08:05PM +0900, Christopher SEKIYA wrote:
> The below patch is necessary to compile ORBit on sgimips -- it appears that
> older GNU autoconf didn't understand mipseb-* hosts.
> 
> Would it be possible to have it committed?

The proper way is to check if the config.sub in mk/gnu-config/config.sub
is working and then use CONFIG_SUB_OVERRIDE=path/to/config.sub in
the package's Makefile. You might need CONFIG_GUESS_OVERRIDE too.

Cheers,
 Thomas