RE: [PATCH] ARC: configure script to allow non uclibc based triplets

2017-07-10 Thread Claudiu Zissulescu
Approved and applied. Cheers, Claudiu > -Original Message- > From: Vineet Gupta > Sent: Friday, May 20, 2016 7:02 AM > To: gcc-patches@gcc.gnu.org > Cc: Claudiu Zissulescu ; g...@amylaar.uk; > francois.bed...@synopsys.com; Vineet Gupta > Subject: [PATCH] ARC: configure script to allow no

Re: [PATCH] ARC: configure script to allow non uclibc based triplets

2016-05-20 Thread Vineet Gupta
On Friday 20 May 2016 05:28 PM, Claudiu Zissulescu wrote: > Hi Vineet, > >> gcc/ >> 2016-05-20 Vineet Gupta >> >> * config.gcc: Remove uclibc from arc target spec >> >> -arc*-*-linux-uclibc*) >> +arc*-*-linux*) > Actually may make sense to have something like arc*-*-*linux-glibc* here (or >

RE: [PATCH] ARC: configure script to allow non uclibc based triplets

2016-05-20 Thread Claudiu Zissulescu
Hi Vineet, > gcc/ > 2016-05-20 Vineet Gupta > > * config.gcc: Remove uclibc from arc target spec > > -arc*-*-linux-uclibc*) > +arc*-*-linux*) Actually may make sense to have something like arc*-*-*linux-glibc* here (or something of a sort) as we can properly select gcc driver configurati