Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2002 22:54:37 -0800
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        "Matthew N. Dodd" <winter@jurai.net>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include
Message-ID:  <20020328225437.A91216@dragon.nuxi.com>
In-Reply-To: <20020328202242.G45452-100000@sasami.jurai.net>; from winter@jurai.net on Thu, Mar 28, 2002 at 08:23:27PM -0500
References:  <20020328154638.A6326@dragon.nuxi.com> <20020328202242.G45452-100000@sasami.jurai.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 28, 2002 at 08:23:27PM -0500, Matthew N. Dodd wrote:
> On Thu, 28 Mar 2002, David O'Brien wrote:
> > On Thu, Mar 28, 2002 at 06:37:25PM -0500, Matthew N. Dodd wrote:
> > > icc.cfg:
> > ...
> > > -D__GNUC__=2
> >
> > This is really wrong.  Why not properly impliment cdefs.h for __ICC__ ?
> 
> Of course its really wrong.
> 
> How else am I supposed to deal with files that are booby trapped to ONLY
> work with GCC?  Typically these files use inline asm calls, which 'icc'
> supports just fine.

Either add "|| defined(__ICC__)" where they are used.  Or if the syntax
is slightly different, make a version for ICC.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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