[avr-gcc-list] Is it possible to do a combined gcc build that includes the avr-lib?

2014-02-10 Thread David Fernandez
Hi there, Does anybody know if it is possible to do a combined gcc build including the avr-lib, similar to what can be done for newlib (where I can symlink newlib and libgloss inside gcc sources)? Regards. David ___ AVR-GCC-list mailing list AVR-GC

Re: [avr-gcc-list] Is it possible to do a combined gcc build that includes the avr-lib?

2014-02-10 Thread Joerg Wunsch
David Fernandez wrote: > Does anybody know if it is possible to do a combined gcc build including > the avr-lib, similar to what can be done for newlib (where I can symlink > newlib and libgloss inside gcc sources)? Curious: what would you expect from that, as opposed to do what everyone else