On Mon, 2002-09-30 at 19:10, Dan Burcaw wrote: > Well I got it working by throwing > (more or less unchanged) dietlibc's memcmp and > memset functions into minilibc.c. I don't know > if this is proper or why this is needed on ppc > and not x86.. but it works so I'll take it (unless > someone gives me a more correct way to fix this). Should be a reasonable fix -- there tends to be different little bits which have to be added to minilibc on a per-architecture basis depending on how gcc implements a few things. Jeremy