Subject: Re: hard-coded -O3 in audio/flac (and probably elsewhere)
To: None <tech-pkg@NetBSD.org>
From: Steve Rumble <rumble@ephemeral.org>
List: tech-pkg
Date: 01/24/2004 13:03:49
On Sat, Jan 24, 2004 at 11:55:51AM -0500, Jan Schaumann wrote:
> Yes, but my point was that we can probably replace
> 
> .if defined(USE_MIPSPRO) && (${OPSYS} == "IRIX")
> 
> with
> 
> .if defined(USE_MIPSPRO)
> 
> (Not only in this instance but pkgsrc-wide, I guess.)

NetBSD/sgimips has irix emulation. I have not, nor do I know of
anybody who has used the mipspro compiler under emulation, but I
suppose that it is not an impossible scenario.

Steve