Re: [PATCH] ARC: Add GNU glob to ARC defconfigs
Rich Felker <[email protected]>
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 04, 2015 at 03:34:51PM +0300, Anton Kolesov wrote: > GNU glob is required by make. Could you clarify this claim? GNU make works fine on musl and we don't have GNU glob. If there's some incompatibility with the uclibc glob implementation it could probably be fixed by a tiny improvement to uclibc rather than just replacing yet another part of uclibc with glibc code by default... Rich