Jonathan Gray <[email protected]> writes:

> u-boot contains a static crc table with endian calls that essentially
> requires the endian calls to be macros.
>
> lib/crc32.c:87: error: braced-group within expression allowed only inside a 
> function
>
> Define the glibc names in u-boot compiler.h as at least some parts of
> the non-cross build assumes those names are present (ie crc32.c).
>
> The cross built parts use local definitions that set __BYTE_ORDER etc
> but it isn't always entirely clear which is which.

ok

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to