On Wed, Nov 18, 2009 at 01:30:12PM +0100, Bernhard Reutner-Fischer wrote: >On Wed, Nov 18, 2009 at 12:44:39PM +0100, Leon Woestenberg wrote: >>Hello Bernhard, >> >>On Wed, Nov 18, 2009 at 12:41 PM, Bernhard Reutner-Fischer >><[email protected]> wrote: >>> On Wed, Nov 18, 2009 at 11:34:28AM +0100, Koen Kooi wrote: >>>>Hi, >>>> >>>>Since 406cd0fee12ad99ba6d6f7d55f743cc4c6697955 broke all >>>>glibc-internal-iconv builds and I'm too lazy/stupid to fix it >>>>properly for uclibc I reverted this commit. >>> >>> for unpatched uClibc you could just >>> TARGET_CPPFLAGS += -D_Exit=_exit >>> >>Thanks, and what's the patched uClibc alternative (and where's the >>patch)? It defines _Exit()? > >I suggest to just #define it to _exit, yes. >(glibc has it as weak alias but i'd prefer to get away with a define), >like: > >_Exit(): define to _exit()
OTOH someone may want to override it locally, so to play safe let's follow suite: http://git.uclibc.org/uClibc/commit/?h=0_9_30&id=e4adfdc4128c5909adeefecdaf870e30172922a9 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
