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 t
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'