Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2003 16:01:21 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Stefan Farfeleder <stefan@fafoe.narf.at>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: diff to fix GCC build problems
Message-ID:  <20030715230121.GA329@ns1.xcllnt.net>
In-Reply-To: <20030715220630.GH574@wombat.fafoe.narf.at>
References:  <20030715220630.GH574@wombat.fafoe.narf.at>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 16, 2003 at 12:06:30AM +0200, Stefan Farfeleder wrote:
> 
>  SRCS+=	${GCC_CPU}.c
> +.if exists(${GCC_CPU}-c.c)
> +SRCS+=	${GCC_CPU}-c.c
> +.endif
> +

I haven't tested it, but the patch should be harmless. The file
(ia64-c.c) contains support for ``#pragma builtin'', which is
an HP contributed feature to better support their libm. The
support functions have to be registered before they are used
and that happens in hpux.h. Assuming that we steer clear from
that header, all we would have on ia64 is the compilation of
a source file that's not going to be used.

Feel free to pass this on to kan@, he's the one that ultimately
makes the change. I don't see a problem.

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030715230121.GA329>