Re: [PATCH] gcc: Apply multilib fix to ARC as well

2021-06-20 Thread Khem Raj
/meta/recipes-devtools/gcc/gcc/0004-64-bit-multilib-hack.patch > index 789f57343b..8184e68743 100644 > --- a/meta/recipes-devtools/gcc/gcc/0004-64-bit-multilib-hack.patch > +++ b/meta/recipes-devtools/gcc/gcc/0004-64-bit-multilib-hack.patch > @@ -1,4 +1,4 @@ > -From 28e7c312b1292ca21

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

2019-02-08 Thread Khem Raj
On Fri, Feb 8, 2019 at 9:35 AM Alexey Brodkin wrote: > > 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

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

Re: [PATCH] webkitgtk: Enable building for ARC architecture

2019-01-14 Thread Khem Raj
On Mon, Jan 14, 2019 at 12:45 PM Alexey Brodkin wrote: > > Hi Khem, > > > -Original Message- > > From: Khem Raj [mailto:raj.k...@gmail.com] > > Sent: Friday, January 11, 2019 6:32 PM > > To: Alexey Brodkin > > Cc: Patches and discussions about the

Re: [PATCH] webkitgtk: Enable building for ARC architecture

2019-01-11 Thread Khem Raj
On Fri, Jan 11, 2019 at 4:50 AM Alexey Brodkin wrote: > > For that we need 2 things: > 1. Disable JIT in JS as it's not supported for ARC. > > 2. Compile with "-mlong-calls" so relocations with > offsets larger than 25 bits are used, otherwise > linker fails to link final binaries. > > S

Re: [PATCH v7] u-boot: Add mkenvimage tool

2018-11-26 Thread Khem Raj
On Mon, Nov 26, 2018 at 1:30 PM Alexey Brodkin wrote: > > Hi Khem, > > > On Sat, 2018-11-24 at 06:57 -0800, Khem Raj wrote: > > > > http://errors.yoctoproject.org/Errors/Details/202185/ > > Looking at the target name "u-boot-tools-1_2018.11-r0 do_compile&qu

Re: [PATCH v7] u-boot: Add mkenvimage tool

2018-11-24 Thread Khem Raj
http://errors.yoctoproject.org/Errors/Details/202185/ On Thu, Nov 22, 2018 at 2:58 PM Alexey Brodkin wrote: > > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board. >

Re: [PATCH] u-boot: Add mkenvimage tool

2018-11-14 Thread Khem Raj
On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin wrote: > > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board, here [2] for Altera's SoCFPGA and > I may guess there're

Re: [PATCH] packagegroup-core-sdk: Disable SANITIZERS for ARC

2018-11-12 Thread Khem Raj
Looks ok to me On Mon, Nov 12, 2018 at 5:09 AM Alexey Brodkin wrote: > > Sanitizers are not yet supported on ARC. > > Signed-off-by: Alexey Brodkin > --- > meta/recipes-core/packagegroups/packagegroup-core-sdk.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-core/packageg

Re: ARC: machine dictionary - ARCompact vs ARCv2

2018-09-26 Thread Khem Raj
On Tue, Sep 25, 2018 at 4:57 AM Alexey Brodkin wrote: > > Hello, > > While upstreaming ARC bits in OE core I faced one interesting challenge. > > As of today we have 2 binary-incompatible 32-bit ISAs (Instruction Set Arch): > 1. ARCompact (AKA ARCv1) and > 2. ARCv2 > > In Binutils they have 2 se

Re: [OE-core] [PATCH v3 5/9] libgpg-error: Add ARC support

2018-09-22 Thread Khem Raj
On Sat, Sep 22, 2018 at 8:59 AM Richard Purdie wrote: > > On Fri, 2018-09-21 at 17:26 +0300, Alexey Brodkin wrote: > > Signed-off-by: Alexey Brodkin > > Cc: Ross Burton > > Cc: Werner Koch > > --- > > > > Changes v2 -> v3: > > * Use proper [recently upstreamed] fix for ARC Glibc toolchain > >