Re: Using gcc as a build dependency only

2020-11-10 Thread Kubilay Kocak
On 11/11/2020 7:55 am, Bob Eager wrote: I have a port that, for reasons I won't go into, I build with gcc. It all works fine with USE_GCC= yes - no problem. The issue is that it's a build dependency and a run dependency. So anyone wanting to use it has to install gcc, and is discouraged because

Re: Using gcc as a build dependency only

2020-11-10 Thread Dewayne Geraghty
On 11/11/2020 7:55 am, Bob Eager wrote: > I have a port that, for reasons I won't go into, I build with gcc. > > It all works fine with USE_GCC= yes - no problem. > > The issue is that it's a build dependency and a run dependency. So > anyone wanting to use it has to install gcc, and is discourag