Re: [uml-devel] [PATCH 8/9] um: fix strrchr problems

From: Boaz Harrosh
Date: Mon Aug 29 2011 - 19:29:42 EST


On 08/29/2011 03:25 PM, Richard Weinberger wrote:
>>
>> Try to build it static...
>
> I'm building most of the time static.
> Using defconfig and
> CONFIG_STATIC_LINK=y
> it builds fine here (x86_64 and i386)
>
> Thanks,
> //richard

With some switches and optimization gcc might turn strrchr
into a built-in inline.

What option turns off all optimizations? It might fail then.

Boaz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/