Re: External GCC Update

2019-02-28 Thread John Baldwin
On 2/25/19 12:24 PM, Brooks Davis wrote: > On Mon, Feb 25, 2019 at 10:50:40AM -0800, John Baldwin wrote: >> Hmm, cross compiling is indeed a bear. My original version of this was to >> have base/gcc install a special 'freebsd-gcc.mk' toolchain file to >> /usr/share/toolchains and modify Makefile.i

Re: External GCC Update

2019-02-26 Thread David Chisnall
On 22/02/2019 19:00, John Baldwin wrote: 3) I add support for an /etc/src.conf.d dir that can hold files that get treated as if they are part of /etc/src.conf. The current patch on github for this only fixes world and not yet kern.pre.mk and probably needs the most review if we want

Re: External GCC Update

2019-02-25 Thread Brooks Davis
On Mon, Feb 25, 2019 at 10:50:40AM -0800, John Baldwin wrote: > On 2/22/19 6:03 PM, Brandon Bergren wrote: > > > > > > On Fri, Feb 22, 2019, at 1:01 PM, John Baldwin wrote: > >> 3) I add support for an /etc/src.conf.d dir that can hold files that get > >>treated as if they are part of /etc/sr

Re: External GCC Update

2019-02-25 Thread John Baldwin
On 2/22/19 6:03 PM, Brandon Bergren wrote: > > > On Fri, Feb 22, 2019, at 1:01 PM, John Baldwin wrote: >> I was recently able to install base/binutils and base/gcc into an amd64 VM >> and do a self-hosted build and install. Some of the port patches have been >> committed from this, but I have so

Re: External GCC Update

2019-02-25 Thread John Baldwin
On 2/22/19 8:05 PM, Rodney W. Grimes wrote: >> On Fri, Feb 22, 2019, 5:09 PM John Baldwin wrote: >> >>> On 2/22/19 11:45 AM, Rodney W. Grimes wrote: > I was recently able to install base/binutils and base/gcc into an amd64 >>> VM > and do a self-hosted build and install. Some of the port

Re: External GCC Update

2019-02-23 Thread Rodney W. Grimes
> On Fri, Feb 22, 2019, 5:09 PM John Baldwin wrote: > > > On 2/22/19 11:45 AM, Rodney W. Grimes wrote: > > >> I was recently able to install base/binutils and base/gcc into an amd64 > > VM > > >> and do a self-hosted build and install. Some of the port patches have > > been > > >> committed from

Re: External GCC Update

2019-02-23 Thread Brandon Bergren
On Fri, Feb 22, 2019, at 1:01 PM, John Baldwin wrote: > I was recently able to install base/binutils and base/gcc into an amd64 VM > and do a self-hosted build and install. Some of the port patches have been > committed from this, but I have some source patches before the final ports > patches c

Re: External GCC Update

2019-02-22 Thread Warner Losh
On Fri, Feb 22, 2019, 5:09 PM John Baldwin wrote: > On 2/22/19 11:45 AM, Rodney W. Grimes wrote: > >> I was recently able to install base/binutils and base/gcc into an amd64 > VM > >> and do a self-hosted build and install. Some of the port patches have > been > >> committed from this, but I hav

Re: External GCC Update

2019-02-22 Thread John Baldwin
On 2/22/19 11:45 AM, Rodney W. Grimes wrote: >> I was recently able to install base/binutils and base/gcc into an amd64 VM >> and do a self-hosted build and install. Some of the port patches have been >> committed from this, but I have some source patches before the final ports >> patches can be f

Re: External GCC Update

2019-02-22 Thread Rodney W. Grimes
> I was recently able to install base/binutils and base/gcc into an amd64 VM > and do a self-hosted build and install. Some of the port patches have been > committed from this, but I have some source patches before the final ports > patches can be finished. > > The source patches are here: > http

External GCC Update

2019-02-22 Thread John Baldwin
I was recently able to install base/binutils and base/gcc into an amd64 VM and do a self-hosted build and install. Some of the port patches have been committed from this, but I have some source patches before the final ports patches can be finished. The source patches are here: https://github.com