cvs commit: src/sys/boot/arc/include arcfuncs.h
src/sys/boot/i386/boot2 boot2.c src/sys/dev/aic7xxx/aicasm aicasm.c
src/sys/dev/cx machdep.h src/sys/dev/ichsmb ichsmb.c
src/sys/dev/iir iir.h src/sys/dev/isp ispvar.h src/sys/dev/mcd
mcdreg.h ...
Marius Strobl
marius at alchemy.franken.de
Fri Mar 12 14:41:34 PST 2004
On Sat, Mar 13, 2004 at 12:33:15AM +0200, Ruslan Ermilov wrote:
> > Index: src/sys/i386/i386/in_cksum.c
> [...]
> > +#if !defined(__GNUC__) || defined(__INTEL_COMPILER)
> >
> What, __INTEL_COMPILER can have __GNUC__ defined?
>
Yes, ICC v8 defines __GNUC__, __GNUC_MINOR__ and __GNUC_PATCHLEVEL_
when not used with the "-no-gcc" (lang/icc currently does this via
icc.cfg and icpc.cfg).
More information about the cvs-src
mailing list