Subject: Re: Recent changes to sys/endian.h break eVC
To: None <tech-toolchain@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: tech-toolchain
Date: 02/27/2005 21:33:51
On Sun, Feb 27, 2005 at 09:55:54PM +0300, Valeriy E. Ushakov wrote:
> sys/endian.h now has routines to encode/decode big- and little-endian
> multi-octet values to/from an octet stream.  The problem is that that
> 64-bit routines use constants with ...ULL suffix, and embedded Visual
> C (that we use to compile hpcboo.exe - a WinCE boot loader for
> NetBSD/hpc* ports) is old enough to not know anything about ULL.

If it's a host tool, why does it need our endian.h? Provide a local one
in it's source tree if need be.

James