From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Fri, 25 Apr 2014 06:59:49 +0200 Subject: [U-Boot] [PATCH] lib/sha256: fix compile on some hosts In-Reply-To: <1397982855-12338-1-git-send-email-andreas.devel@googlemail.com> References: <1397982855-12338-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <5359EBC5.2040600@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Andreas, Am 20.04.2014 10:34, schrieb Andreas Bie?mann: > Commit 2842c1c24269a05142802d25520e7cb9035e456c introduced lib/sha256 into > mkimage. Since then it will be compiled with HOSTCC which may produce errors > on some systems. Most BSD systems (like OS X for me) do not ship a > linux/string.h which will lead to take the U-Boot provided > include/linux/string.h in the end. This header howver is completely wrong > here. Just take the string.h if compiling with HOSTCC and linux/string.h when > not. > > Signed-off-by: Andreas Bie?mann > Cc: Heiko Schocher > --- > > lib/sha256.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Thanks! Acked-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany