[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0805141645380.18302@localhost.localdomain>
Date: Wed, 14 May 2008 16:55:15 +0200 (CEST)
From: Roman Zippel <zippel@...ux-m68k.org>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
cc: Linux/m68k <linux-m68k@...r.kernel.org>,
Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: Re: m68k: main.c:(.init.text+0x730): undefined reference to `strlen'
Hi,
On Wed, 14 May 2008, Geert Uytterhoeven wrote:
> M68k builds with current mainline fail with
>
> init/built-in.o: In function `kernel_init':
> main.c:(.init.text+0x730): undefined reference to `strlen'
If it's generated by gcc, we can simply provide an uninlined version of it
in arch/m68k/lib/string.c similiar to strcpy (and there is already a
__kernel_strlen).
bye, Roman
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists