[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-05-26 Thread Manoj Gupta
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: > > > On Wed,

[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-05-26 Thread Sergei Trofimovich
On Tue, 26 May 2020 15:13:47 -0700 Manoj Gupta wrote: > 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? That can work. Let's

[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-03-11 Thread Manoj Gupta
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 Thu, Feb 27, 2020 at

[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-03-11 Thread Sergei Trofimovich
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 Thu, Feb 27, 2020 at 11:20 PM Sergei Trofimovich > > > wrote: > > > > > > > On Thu, 27 Feb 2020 at

[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-03-10 Thread Manoj Gupta
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: > > > > > > > > > > > > > > > > On Thu, Feb 27,

[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-03-03 Thread Sergei Trofimovich
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: > > > > > > > > > > > > On Thu, Feb 27, 2020 at 11:22 AM Manoj Gupta > > wrote: > > >> > > >> gcc-config installs

[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-03-02 Thread Manoj Gupta
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 undesired on > >> systems that want to set their own

[gentoo-dev] Re: [PATCH] gcc-config: Add option to not install cc/f77 wrappers.

2020-02-27 Thread Manoj Gupta
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 > wrappers. > > Signed-off-by: Manoj Gupta > --- >