commit | 59f12751db32198e04fb91e58bc505a353ccd12c | [log] [tgz] |
---|---|---|
author | raptorbrino@aim.com <raptorbrino@aim.com> | Thu Dec 13 21:23:28 2007 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jan 09 15:07:02 2008 +0100 |
tree | e187db0556bf3cd87ab6446ecc3324f58eff4459 | |
parent | 68d89dca8f8991b6fd2a2b8933b7c3237a77004a [diff] |
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>