On Tue, Jan 07, 2014 at 06:27:40PM +0100, Stefan Sperling wrote:
> This is a port of Atmel's AVR32 toolchain.
> It contains binutils, gcc, and newlib (C library).
> 
> GCC needs to be compiled twice, once before and once after newlib is built.
> I've solved this by adding a 'bootstrap' flavour to the gcc port which
> is a build dependency of the newlib port. The 'bootstrap' flavour is
> also marked as not for distribution to FTP mirrors. When compiling the port,
> the avr32-gcc-bootstrap package needs to be removed before the avr32-gcc
> package can be installed.
> 
> OK to import under devel/avr32?

Here's an alternative version based on discussion with espie@.
It moves bootstrap gcc into a separate port, thus allowing the
full avr32-gcc to be installed alongside the bootstrap version.

Does anyone else have feedback for this?

Attachment: avr32.tar.gz
Description: application/tar-gz

Reply via email to