Re: [PATCH v2] binutils/ARC: cleanup

2020-09-11 Thread Vineet Gupta
On 9/11/20 2:18 AM, Thomas Petazzoni wrote: > Hello Vineet, > > On Thu, 10 Sep 2020 23:21:43 + > Vineet Gupta wrote: > -ifeq ($(BINUTILS_VERSION),arc-2019.09-rc1) +ifeq ($(BR2_BINUTILS_VERSION_ARC),y) >> Looks like we need this specific thunk anyways. When I select pristine >> ups

Re: [PATCH v2] binutils/ARC: cleanup

2020-09-11 Thread Thomas Petazzoni
Hello Vineet, On Thu, 10 Sep 2020 23:21:43 + Vineet Gupta wrote: > >> -ifeq ($(BINUTILS_VERSION),arc-2019.09-rc1) > >> +ifeq ($(BR2_BINUTILS_VERSION_ARC),y) > > Looks like we need this specific thunk anyways. When I select pristine > upstream > binutils (not ARC fork @ github), the above

Re: [PATCH v2] binutils/ARC: cleanup

2020-09-10 Thread Vineet Gupta
Hi Thomas, On 12/22/19 1:41 PM, Thomas Petazzoni wrote: > Hello Vineet, > > On Tue, 17 Dec 2019 13:32:53 -0800 > Vineet Gupta wrote: > >> Remove special handling for ARC - as it is not needed for cksy etc. >> >> A nice side benefit is that the ARC specific version now only needs to >> be specif

Re: [Buildroot] [PATCH v2] binutils/ARC: cleanup

2020-01-13 Thread Vineet Gupta
Hi Thomas, On 12/22/19 1:41 PM, Thomas Petazzoni wrote: > Hello Vineet, > > On Tue, 17 Dec 2019 13:32:53 -0800 > Vineet Gupta wrote: > >> Remove special handling for ARC - as it is not needed for cksy etc. >> >> A nice side benefit is that the ARC specific version now only needs to >> be specifie

Re: [Buildroot] [PATCH v2] binutils/ARC: cleanup

2019-12-22 Thread Thomas Petazzoni
Hello Vineet, On Tue, 17 Dec 2019 13:32:53 -0800 Vineet Gupta wrote: > Remove special handling for ARC - as it is not needed for cksy etc. > > A nice side benefit is that the ARC specific version now only needs to > be specified in single place (vs 3 currently) in binutils/Config.in.host > > S

[PATCH v2] binutils/ARC: cleanup

2019-12-17 Thread Vineet Gupta
Remove special handling for ARC - as it is not needed for cksy etc. A nice side benefit is that the ARC specific version now only needs to be specified in single place (vs 3 currently) in binutils/Config.in.host Signed-off-by: Vineet Gupta --- package/binutils/binutils.mk | 6 +- 1 file cha