Re: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-18 Thread Bernhard Reutner-Fischer
On February 18, 2015 7:01:23 AM GMT+01:00, Vineet Gupta vineet.gup...@synopsys.com wrote: On Saturday 14 February 2015 01:32 AM, Bernhard Reutner-Fischer wrote: I'm not really a libc developer so I would refrain from deciding what is right and what is wrong with those defines, I just need make

RE: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-13 Thread Anton Kolesov
On Mon, Feb 09, 2015 at 02:37:11PM +, Anton Kolesov wrote: 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

RE: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-13 Thread Bernhard Reutner-Fischer
On February 13, 2015 12:26:07 PM GMT+01:00, Anton Kolesov anton.kole...@synopsys.com wrote: On Mon, Feb 09, 2015 at 02:37:11PM +, Anton Kolesov wrote: Anton, are you going to spin a patch to that effect ? Yes. Anton It didn't worked quite well - glob implementation shipped

Re: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-12 Thread Rich Felker
On Mon, Feb 09, 2015 at 02:37:11PM +, Anton Kolesov wrote: 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

RE: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-09 Thread Anton Kolesov
Anton, are you going to spin a patch to that effect ? Yes. Anton -Vineet ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

RE: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-09 Thread Anton Kolesov
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

Re: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-06 Thread Vineet Gupta
On Friday 06 February 2015 04:35 AM, Bernhard Reutner-Fischer wrote: On February 5, 2015 8:20:57 PM GMT+01:00, Rich Felker dal...@libc.org wrote: On Wed, Feb 04, 2015 at 03:58:41PM +, Anton Kolesov wrote: Now I've looked into more details of error cause and what happens is that those

Re: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-05 Thread Rich Felker
On Wed, Feb 04, 2015 at 03:58:41PM +, Anton Kolesov wrote: Now I've looked into more details of error cause and what happens is that those fields (gl_opendir, gl_readdir, gl_closedir, gl_stat) in glob_t in uclibc/include/glob.h are surrounded by #ifdef __UCLIBC_HAS_GNU_GLOB__. Make might

Re: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-05 Thread Bernhard Reutner-Fischer
On February 5, 2015 8:20:57 PM GMT+01:00, Rich Felker dal...@libc.org wrote: On Wed, Feb 04, 2015 at 03:58:41PM +, Anton Kolesov wrote: Now I've looked into more details of error cause and what happens is that those fields (gl_opendir, gl_readdir, gl_closedir, gl_stat) in glob_t in

Re: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-04 Thread Rich Felker
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

RE: [PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-04 Thread Anton Kolesov
-Original Message- From: uClibc [mailto:uclibc-boun...@uclibc.org] On Behalf Of Rich Felker Sent: 04 February 2015 17:26 To: uclibc@uclibc.org Subject: Re: [PATCH] ARC: Add GNU glob to ARC defconfigs On Wed, Feb 04, 2015 at 03:34:51PM +0300, Anton Kolesov wrote: GNU glob

[PATCH] ARC: Add GNU glob to ARC defconfigs

2015-02-04 Thread Anton Kolesov
GNU glob is required by make. Signed-off-by: Anton Kolesov anton.kole...@synopsys.com Cc: Vineet Gupta vineet.gup...@synopsys.com --- extra/Configs/defconfigs/arc/arcv2_defconfig | 1 + extra/Configs/defconfigs/arc/defconfig | 1 + 2 files changed, 2 insertions(+) diff --git