[patch] define IUCLC only in platform.h

Denys Vlasenko vda.linux at googlemail.com
Tue Jul 7 11:11:09 UTC 2009


On Tue, Jul 7, 2009 at 11:33 AM, Luca Favatella<slackydeb at gmail.com> wrote:
> This patch defines IUCLC only in one place instead of "here and there".
>
> It restores and uses some code committed in [gnu_kfreebsd] but
> reverted in [freebsd].
>
> Please consider this patch.

Replace it with

#ifndef IUCLC
# error BUG
#endif

and try building allyesconfig busybox. You will see.
--
vda


More information about the busybox mailing list