On Fri, Mar 21, 2008 at 06:33:14PM +0100, Devils-Hawk wrote:
compiling with gcc-4.3.0 will result in the following or similar:
error: 'memcpy' is not a member of 'std'
because gcc-4.3.0 does not include certain standard C-headers in C++ programs by default anymore. Attached simple stupid patch should fix that.
Yeah, look good, but please re-post with a Signed-off-by, otherwise we cannot commit, see http://www.coreboot.org/Development_Guidelines#Sign-off_Procedure
Uwe.