Re: [gentoo-dev] [PATCH] kernel-2.eclass: use $(CC) as HOSTCC, bug #725878

2020-06-03 Thread Sergei Trofimovich
On Sat, 30 May 2020 09:59:16 -0700 Manoj Gupta wrote: > Also see https://bugs.chromium.org/p/chromium/issues/detail?id=1088210 on > Chrome OS. > > Verified that this fixes the linux-headers build issue when gcc links are > not installed. > > Thanks, > Manoj > > On Sat, May 30, 2020 at 5:24 AM

Re: [gentoo-dev] [PATCH] kernel-2.eclass: use $(CC) as HOSTCC, bug #725878

2020-05-30 Thread Manoj Gupta
Also see https://bugs.chromium.org/p/chromium/issues/detail?id=1088210 on Chrome OS. Verified that this fixes the linux-headers build issue when gcc links are not installed. Thanks, Manoj On Sat, May 30, 2020 at 5:24 AM Sergei Trofimovich wrote: > Before the change HOSTCC always used gcc.

[gentoo-dev] [PATCH] kernel-2.eclass: use $(CC) as HOSTCC, bug #725878

2020-05-30 Thread Sergei Trofimovich
Before the change HOSTCC always used gcc. This was detected by Agostino on linux-headers package. After the change HOSTCC uses user-specified CC (or BUILD_CC). Tested on native linux-headers and on cross-*/linux-headers. CC: ker...@gentoo.org Reported-by: Agostino Sarubbo