]> git.sur5r.net Git - u-boot/commit
Fix build problems under Cygwin
authorraptorbrino@aim.com <raptorbrino@aim.com>
Fri, 14 Dec 2007 02:23:28 +0000 (21:23 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jan 2008 14:07:02 +0000 (15:07 +0100)
commit883e3925d99a8dd69c5b0201cba5b1887f88f95c
treee187db0556bf3cd87ab6446ecc3324f58eff4459
parent43ef1c381f9195504a2488f5cb909227eb97d475
Fix build problems under Cygwin

This patch allows u-boot to build without error in a cygwin
environment.  Cygwin does not define __u64 in it's
include/asm/types.h file.  The -idirafter flag in the u-boot
build causes the inclusion of the cygwin types.h file as opposed
to u-bot/include/asm/types.h file which does define __u64.
Subsequently, sha1.c compile fails due to unknown symbol.

Signed-off-by: Brian Miller <raptorbrino@netscape.net>
tools/Makefile