Gentoo Archives: gentoo-dev

From: Mike <mpagano@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] kernel-2.eclass: fix minor OBOBJCOPY -> OBJCOPY typo
Date: Wed, 05 Jan 2022 23:34:15
Message-Id: 69a6b55a-a8de-b979-a61c-338cd098ecf8@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] kernel-2.eclass: fix minor OBOBJCOPY -> OBJCOPY typo by Emily Rowlands
1 On 1/5/22 13:55, Emily Rowlands wrote:
2 > Hi,
3 >
4 > I noticed that `NM=$(tc-getNM)` is duplicated in the changed line also,
5 > can you fix this at the same time?
6 >
7 > Thanks,
8 > Emily
9 >
10 > On 05/01/2022 15:59, Adrian Ratiu wrote:
11 >> Fixes:55f5c68c01e791c7339144aadc1f20802791551e
12 >> Suggested-by: Manoj Gupta <manojgupta@××××××××.org>
13 >> Signed-off-by: Adrian Ratiu <adrian.ratiu@×××××××××.com>
14 >> ---
15 >> eclass/kernel-2.eclass | 2 +-
16 >> 1 file changed, 1 insertion(+), 1 deletion(-)
17 >>
18 >> diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
19 >> index 865c43d3153..d1784717e41 100644
20 >> --- a/eclass/kernel-2.eclass
21 >> +++ b/eclass/kernel-2.eclass
22 >> @@ -692,7 +692,7 @@ env_setup_xmakeopts() {
23 >> elif type -p ${CHOST}-ar >/dev/null; then
24 >> xmakeopts="${xmakeopts} CROSS_COMPILE=${CHOST}-"
25 >> fi
26 >> - 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)"
27 >> + 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)"
28 >> export xmakeopts
29 >> }
30 >>
31 >
32
33 Thanks for the report, duplicate removed
34
35 --
36 Mike Pagano
37 Gentoo Developer - Kernel Project
38 Gentoo Sources - Lead
39 E-Mail : mpagano@g.o
40 GnuPG FP : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
41 Public Key : http://http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index