On 1/5/22 13:55, Emily Rowlands wrote:
> Hi,
> 
> I noticed that `NM=$(tc-getNM)` is duplicated in the changed line also, 
> can you fix this at the same time?
> 
> Thanks,
> Emily
> 
> On 05/01/2022 15:59, Adrian Ratiu wrote:
>> Fixes:55f5c68c01e791c7339144aadc1f20802791551e
>> Suggested-by: Manoj Gupta <manojgu...@chromium.org>
>> Signed-off-by: Adrian Ratiu <adrian.ra...@collabora.com>
>> ---
>>   eclass/kernel-2.eclass | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
>> index 865c43d3153..d1784717e41 100644
>> --- a/eclass/kernel-2.eclass
>> +++ b/eclass/kernel-2.eclass
>> @@ -692,7 +692,7 @@ env_setup_xmakeopts() {
>>      elif type -p ${CHOST}-ar >/dev/null; then
>>              xmakeopts="${xmakeopts} CROSS_COMPILE=${CHOST}-"
>>      fi
>> -    xmakeopts="${xmakeopts} HOSTCC=$(tc-getBUILD_CC) CC=$(tc-getCC) 
>> LD=$(tc-getLD) AR=$(tc-getAR) NM=$(tc-getNM) NM=$(tc-getNM) 
>> OBOBJCOPY=$(tc-getOBJCOPY) READELF=$(tc-getREADELF) STRIP=$(tc-getSTRIP)"
>> +    xmakeopts="${xmakeopts} HOSTCC=$(tc-getBUILD_CC) CC=$(tc-getCC) 
>> LD=$(tc-getLD) AR=$(tc-getAR) NM=$(tc-getNM) NM=$(tc-getNM) 
>> OBJCOPY=$(tc-getOBJCOPY) READELF=$(tc-getREADELF) STRIP=$(tc-getSTRIP)"
>>      export xmakeopts
>>   }
>>   
> 

Thanks for the report, duplicate removed 

-- 
Mike Pagano
Gentoo Developer - Kernel Project
Gentoo Sources - Lead 
E-Mail     : mpag...@gentoo.org
GnuPG FP   : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
Public Key : 
http://http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index

Reply via email to