Date: Mon, 23 Sep 2002 11:24:11 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Wesley Morgan <morganw@chemikals.org> Cc: current@FreeBSD.ORG Subject: Re: i386 machine/endian.h Message-ID: <20020923112155.Y16025-100000@gamplex.bde.org> In-Reply-To: <20020922205448.A80510-100000@volatile.chemikals.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 22 Sep 2002, Wesley Morgan wrote: > I've been playing around with lang/icc a bit, and find it quite vexing > that machine/endian.h has macros that are ifdef'd around __GNUC__. The > intel compiler does not like the macros, partly because they are split > across multiple lines and possibly for other reasons. The Intel compiler shouldn't see these macros, so it should emit calls to the corresponding library functions. The macros work correctly with Tendra because it doesn't see them. Bruce 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?20020923112155.Y16025-100000>