Skip to content
Snippets Groups Projects
  1. Apr 13, 2010
  2. Jul 19, 2009
    • Mike Frysinger's avatar
      compiler.h: unify system ifdef cruft here · 37566090
      Mike Frysinger authored
      
      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)
      provide.  This allows mkimage to finally build cleanly on an OS X system.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      37566090
  3. Jun 12, 2008
    • Andy Fleming's avatar
      Fix build issue with string.h and linux/string.h · a94f22f0
      Andy Fleming authored
      
      This commit:
      commit 338cc038
      Author: Wolfgang Denk <wd@denx.de>
      Date:   Fri Jun 6 14:28:14 2008 +0200
      
          tools/mkimage: fix compiler warnings on some systems.
      
      Broke building on some systems, because the host's string.h was interfering
      with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
      we're building for the host, so now we only include when building inside
      u-boot.
      
      Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
      a94f22f0
  4. Jun 06, 2008
  5. Apr 25, 2008
  6. Apr 24, 2008
  7. Apr 14, 2008
  8. Mar 14, 2008
Loading