[U-Boot] [PATCH] compiler.h: unify system ifdef cruft here

2009-06-15 Thread Mike Frysinger
Shove a lot of the HOSTCC and related #ifdef checking crap into the new compiler.h header so that we can keep all other headers nice and clean. Also introduce custom uswap functions so we don't have to rely on the non standard implementations that a host may (or may not in the case of OS X)

Re: [U-Boot] [PATCH] compiler.h: unify system ifdef cruft here

2009-06-04 Thread Mike Frysinger
On Friday 29 May 2009 21:53:09 Mike Frysinger wrote: Shove a lot of the HOSTCC and related #ifdef checking crap into the new compiler.h header so that we can keep all other headers nice and clean. Also introduce custom uswap functions so we don't have to rely on the non standard