Subject: Re: lang/perl5 on IRIX
To: None <tech-pkg@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 12/03/2006 12:45:14
On Sun, Dec 03, 2006 at 12:37:43PM +0100, Christian Biere wrote:
> Hi,
> 
> 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?

Bernd