Subject: Re: lang/perl5 on IRIX
To: None <tech-pkg@NetBSD.org>
From: Christian Biere <christianbiere@gmx.de>
List: tech-pkg
Date: 12/03/2006 13:01:14
Bernd Ernesti wrote:
> On Sun, Dec 03, 2006 at 12:37:43PM +0100, Christian Biere wrote:
> > using GCC lang/perl5 does not compile for me on IRIX64 6.5. I
> > think the following fragment from lang/perl5/Makefile should be
> > removed:
> > 
> > .if ${OPSYS} == "IRIX"
> > .  if ${ABI} == "64"
> > CONFIGURE_ARGS+=	-Dcc=${CC:Q}" -64" -Duse64bitint
> > .  else
> > CONFIGURE_ARGS+=	-Dcc=${CC:Q}" -n32"
> > .  endif
> > .endif
> [..]
> 
> > Anyway, any objections if I removed the above fragment for
> > a start?
> 
> Will this break a build with the native IRIX compiller?

It shouldn't because mk/compiler/mipspro.mk sets these flags
already but I can't test that.

-- 
Christian