> [1] a0d1c951ef08 kbuild: support LLVM=1 to switch the default tools to
> > Clang/LLVM
> >
> > Co-authored-by: Manoj Gupta
> > Signed-off-by: Adrian Ratiu
> > ---
> > eclass/kernel-2.eclass | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
&g
On Tue, Feb 9, 2021 at 8:44 PM Michael Orlitzky wrote:
> On Tue, 2021-02-09 at 21:44 -0500, Michael Orlitzky wrote:
> >
> > ... games-arcade/xboing are also suspect.
> >
>
> (This one's fine, that's the documented way to do things now. Although
> I don't see why we couldn't use a separate group f
On Tue, Feb 9, 2021 at 6:02 PM Michael Orlitzky wrote:
> On Tue, 2021-02-09 at 17:53 -0800, Fāng-ruì Sòng wrote:
> > (I replied via
> https://groups.google.com/g/linux.gentoo.dev/c/WG-OLQe3yng
> > "Reply all" (which only replied to the list AFAICT) but I did not
> > subscribe to gentoo-dev via th
Hi gentoo devs,
This question is regarding interaction of fowners [1] and estrip
functionality in portage.
fowners is used on various binaries and files to assign the ownership to
specific users or group.
GNU objcopy and strip do not change the file ownership when run as root.
However, llvm's ver
On Thu, Jan 21, 2021 at 3:00 AM Theo Anderson wrote:
> Hello, please see v2 of the tc-ld-force-bfd() patch below.
>
> v2 changes: only calls tc-ld-force-bfd from tc-ld-disable-gold if
> the gold linker is active.
>
> With this change ebuilds that require both ld.gold & ld.lld to be
> disabled wil
On Wed, Jan 20, 2021 at 1:01 PM Theo Anderson wrote:
> Hello, please see the below patch to support disabling ld.lld like
> ld.gold. This has not been split into a separate function
> such as tc-ld-disable-lld(), as I do not believe there is a use case
> where ld.gold is supported and ld.lld is n
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. This
I noticed that gcc-config recently gained --enable-native-links /
--disable-native-links knobs that are . Will this patch with a renamed
option name
e.g. --disable-default-cc-vars and support for a USE flag work?
Thanks,
Manoj
On Wed, Mar 11, 2020 at 9:07 AM Manoj Gupta wrote:
>
>
&g
On Wed, Mar 11, 2020 at 12:49 AM Sergei Trofimovich
wrote:
> On Tue, 10 Mar 2020 20:54:12 -0700
> Manoj Gupta wrote:
>
> > On Tue, Mar 3, 2020 at 1:17 AM Sergei Trofimovich
> wrote:
> >
> > > On Mon, 2 Mar 2020 19:03:48 -0800
> > > Manoj Gupta wrote
On Tue, Mar 3, 2020 at 1:17 AM Sergei Trofimovich wrote:
> On Mon, 2 Mar 2020 19:03:48 -0800
> Manoj Gupta wrote:
>
> > On Thu, Feb 27, 2020 at 11:20 PM Sergei Trofimovich
> > wrote:
> >
> > > On Thu, 27 Feb 2020 at 22:41, Manoj Gupta
> wrote:
> &g
On Thu, Feb 27, 2020 at 11:20 PM Sergei Trofimovich
wrote:
> On Thu, 27 Feb 2020 at 22:41, Manoj Gupta wrote:
> >
> >
> >
> > On Thu, Feb 27, 2020 at 11:22 AM Manoj Gupta
> wrote:
> >>
> >> gcc-config installs cc/f77 by default. This may be unde
On Thu, Feb 27, 2020 at 11:22 AM Manoj Gupta wrote:
> gcc-config installs cc/f77 by default. This may be undesired on
> systems that want to set their own versions of cc/f77.
>
> Add option "-n"/"--no-default-vars" to not install the cc/f77
> wrapp
gcc-config installs cc/f77 by default. This may be undesired on
systems that want to set their own versions of cc/f77.
Add option "-n"/"--no-default-vars" to not install the cc/f77
wrappers.
Signed-off-by: Manoj Gupta
---
gcc-config | 6 +-
1 file changed, 5 inser
On Fri, Sep 27, 2019 at 12:49 PM Brian Evans wrote:
> On 9/27/2019 3:31 PM, Manoj Gupta wrote:
> > sys-libs/db-18.1.32 can builds without "--default-symver"
> > linker flag. This fixes the build issue when using LLD linker
> > which does not support this flag.
&g
op use of "--default-symver" flag.
Signed-off-by: Manoj Gupta
---
sys-libs/db/{db-18.1.32.ebuild => db-18.1.32-r1.ebuild} | 6 --
1 file changed, 6 deletions(-)
rename sys-libs/db/{db-18.1.32.ebuild => db-18.1.32-r1.ebuild} (97%)
diff --git a/sys-libs/db/db-18.1.32.ebuil
On Fri, Sep 13, 2019 at 11:45 AM Sergei Trofimovich wrote:
>
> On Fri, 13 Sep 2019 07:11:03 -0700
> Manoj Gupta wrote:
>
> > friendly ping for patch review.
>
> Pushed your patch as-is as:
>
> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463ec5b25a
On Fri, Sep 13, 2019 at 7:32 AM Ulrich Mueller wrote:
>
> >>>>> On Fri, 13 Sep 2019, Manoj Gupta wrote:
>
> >> LLD is a new linker for LLVM project.
> >> Add tc-ld-is-lld helper to be able to detect it.
> >>
> >> Signed-off-by: M
friendly ping for patch review.
On Thu, Sep 12, 2019 at 4:32 AM Manoj Gupta wrote:
>
> LLD is a new linker for LLVM project.
> Add tc-ld-is-lld helper to be able to detect it.
>
> Signed-off-by: Manoj Gupta
> ---
> eclass/toolchain-funcs.eclass | 30 +++
LLD is a new linker for LLVM project.
Add tc-ld-is-lld helper to be able to detect it.
Signed-off-by: Manoj Gupta
---
eclass/toolchain-funcs.eclass | 30 ++
1 file changed, 30 insertions(+)
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
19 matches
Mail list logo