On Wed, May 14, 2008 at 10:37:57AM +0200, Andreas Schwab wrote:
m68k is one of the architectures not using -ffreestanding, so this
kind of problems is somehow expected...
We could add -ffreestanding on m68k.
Or replace all the strlen stuff in include/asm-m68k/string.h with a
function prototype, which lets gcc choose itself whether it wants to use
the builtin or the version from lib/string.c, and makes an out-of-line
version of the function available for caes like the one we face here.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--