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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to