Commit graph

17 commits

Author SHA1 Message Date
Baptiste Daroussin
6e4d3362f1 Cleanup plist 2014-12-09 10:40:44 +00:00
Mathieu Arnold
4f62a9966b Remove some overusage of PERL_ARCH.
Sponsored by:	Absolight
2014-10-29 07:43:00 +00:00
Joerg Wunsch
2bd80862cb Add an avr-gcc-devel port for the most recent GCC feature set.
PR:		192399
Submitted by:	pi
2014-08-08 21:06:12 +00:00
Joerg Wunsch
31d0662402 Make GCC 4.3.x the default version.
Contents goes into devel/avr-gcc now.

devel/avr-gcc-devel
2009-06-11 21:47:49 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Alex Dupre
4926cbc0b9 Chase mpfr library. 2009-01-30 23:23:18 +00:00
Joerg Wunsch
c25da1631f 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.
2008-07-28 21:25:39 +00:00
Joerg Wunsch
94f9ef57c2 Remove. This has been moved to avr-gcc to become the standard version
of AVR-GCC now.
2006-10-06 20:44:49 +00:00
Joerg Wunsch
10363f6cbd 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.
2006-09-28 21:44:52 +00:00
Joerg Wunsch
d04e1efcb7 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)).
2006-09-26 21:52:30 +00:00
Joerg Wunsch
39b22ee0a4 Fix the link specification in the patch so ATmega*P devices will get
their correct -Tdata option passed down.

Submitted by:	Anatoly Sokolov
2006-04-20 20:32:32 +00:00
Joerg Wunsch
b9c015c94a 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.
2006-04-19 10:50:41 +00:00
Joerg Wunsch
1fbbadb000 Add NO_LATEST_LINK. 2006-04-04 20:29:53 +00:00
Joerg Wunsch
a4b1f4219b Try to remove empty "rw" locale directories when uninstalling. 2006-03-27 05:02:19 +00:00
Joerg Wunsch
f31d8136a9 Actually keep my promise to also support the ATmega406. 2006-03-24 21:01:09 +00:00
Joerg Wunsch
332b537714 Fix linker instructions for ATmega1280/ATmega1281 target MCUs. 2006-03-23 20:09:51 +00:00
Joerg Wunsch
878628deb7 This brings GCC 4.1.0 for the AVR microcontroller target to the
ports collection.
2006-03-23 05:48:44 +00:00