| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 Jun 2009 21:47:49
4.3.1_2
|
joerg  |
Make GCC 4.3.x the default version.
Contents goes into devel/avr-gcc now.
devel/avr-gcc-devel |
13 May 2009 09:46:02
4.3.1_2
|
ale  |
Chase libgmp and bump PORTREVISION. |
30 Jan 2009 23:23:18
4.3.1_1
|
ale  |
Chase mpfr library. |
28 Jul 2008 21:25:39
4.3.1
|
joerg  |
This is a "sneak preview" port of GCC 4.3.1 for the Atmel AVR
microcontrollers. It includes patches from the WinAVR project to
support the ATmega32C1, ATmega32M1, ATmega32U4, and ATtiny167
controllers, and in particular the next generation AVRs ATxmega64A1
and ATxmega128A1.
The port has been carefully crafted to peacefully coexist with the
non-devel avr-gcc port. All executables installed have the suffix
"-43" added for that reason. |
06 Oct 2006 20:44:49
4.1.1_1
|
joerg  |
Remove. This has been moved to avr-gcc to become the standard version
of AVR-GCC now. |
28 Sep 2006 21:44:52
4.1.1_1
|
joerg  |
Fix the COMMENT to tell this is GCC 4.x rather than 3.x. Pointed out
by Simon Barner.
Revert the default debugging format to stabs but offer DWARF-2 as an
option (rather than being the default). AVR-GDB currently understands
stabs much better than DWARF-2.
Fix a bug in patch-zz-atmega256x that caused -fcall-prologues to
generate faulty code. This affected libgcc.a as it uses this option.
This bug has been originally found and fixed by Wang Guohui but I
missed his fix when adding the patch here. |
26 Sep 2006 21:52:30
4.1.1
|
joerg  |
Update to GCC 4.1.1.
Add Björn Haase's (beta) patch for ATmega256x support, backported
to GCC 4.1.1 by Bernhard Trog.
Add Anatoly Sokolov's patch to support __attribute__((alias)). |
20 Apr 2006 20:32:32
4.1.0_5
|
joerg  |
Fix the link specification in the patch so ATmega*P devices will get
their correct -Tdata option passed down.
Submitted by: Anatoly Sokolov |
19 Apr 2006 10:50:41
4.1.0_4
|
joerg  |
Rename ATmega164/324 to ATmega164P/324P, add support for ATmega644P,
ATmega165P, and ATmega169P.
Add the patch mentioned in GCC bug report:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26504
to support DWARF-2 generation, and enable the respective configuration
option. |
04 Apr 2006 20:29:53
4.1.0_3
|
joerg  |
Add NO_LATEST_LINK. |
27 Mar 2006 05:02:19
4.1.0_3
|
joerg  |
Try to remove empty "rw" locale directories when uninstalling. |
24 Mar 2006 21:01:09
4.1.0_2
|
joerg  |
Actually keep my promise to also support the ATmega406. |
23 Mar 2006 20:09:51
4.1.0_1
|
joerg  |
Fix linker instructions for ATmega1280/ATmega1281 target MCUs. |
23 Mar 2006 05:48:44
4.1.0
|
joerg  |
This brings GCC 4.1.0 for the AVR microcontroller target to the
ports collection. |