[PATCH] ARC: Add GNU glob to ARC defconfigs

Anton Kolesov Anton.Kolesov at synopsys.com
Mon Feb 9 14:37:11 UTC 2015


> > Anton, are you going to spin a patch to that effect ?
> 
> Yes.
> Anton

It didn't worked quite well - glob implementation shipped with make sources makes some assumptions WRT of presence of __mempcpy, __alloca and __stat, which are not true for uClibc. I was able to avoid the problem by changing make/glob/glob.c: by adding there several #ifdef __UCLIBC__ (similar to the one found in libpthread/nptl_db/thread_dbP.h at line 32). But that means that patching of uclibc/include/gnu-versions.h is not sufficient on its own.

> 
> >
> > -Vineet
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc


More information about the uClibc mailing list