Re: [PATCH] linux-yocto: Add dependency on libgcc for ARC

2019-02-08 Thread Khem Raj
> > ; Ross > > Burton ; linux-snps-arc@lists.infradead.org; Bruce > > Ashfield > > > > Subject: Re: [PATCH] linux-yocto: Add dependency on libgcc for ARC > > > > On Fri, Feb 8, 2019 at 7:32 AM Alexey Brodkin > > wrote: > > > > > > As of now in

RE: [PATCH] linux-yocto: Add dependency on libgcc for ARC

2019-02-08 Thread Alexey Brodkin
Hi Khem, > -Original Message- > From: Khem Raj > Sent: Friday, February 8, 2019 8:28 PM > To: Alexey Brodkin > Cc: Patches and discussions about the oe-core layer > ; Ross > Burton ; linux-snps-arc@lists.infradead.org; Bruce > Ashfield > > Subject

Re: [PATCH] linux-yocto: Add dependency on libgcc for ARC

2019-02-08 Thread Khem Raj
On Fri, Feb 8, 2019 at 7:32 AM Alexey Brodkin wrote: > > As of now in case of ARC there's no in-kernel implementation of basic libgcc > functions used for millicode, multiplication, division etc instead we simply > link with libgcc.a which provides everything used by the compiler. > this is somet