aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avr-gcc
Commit message (Expand)AuthorAgeFilesLines
* Yet another forgotten line, sigh.Joerg Wunsch2009-08-131-0/+1
* Add two entries I forgot previously.Joerg Wunsch2009-08-131-0/+2
* Update the Xmega patch. Among adding support for some newerJoerg Wunsch2009-08-132-227/+263
* Use the undocumented feature WITHOUT_CPU_CFLAGS rather than MAKE_ENVJoerg Wunsch2009-06-291-3/+4
* Update to GCC 4.3.2.Joerg Wunsch2009-06-1221-1183/+1822
* Add plist files forgotten in last update.Joerg Wunsch2007-12-222-1/+4
* Add support for ATtiny88, ATmega32HVB, ATmega1284P.Joerg Wunsch2007-12-2010-77/+910
* Upgrade to GCC 4.2.2Joerg Wunsch2007-10-287-670/+431
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+0
* Add device support for ATmega8HVA/ATmega16HVA.Joerg Wunsch2007-06-244-14/+22
* Add the Russian message catalog file to pkg-plist.Joerg Wunsch2007-04-152-1/+2
* Minor fix for AT90USB* devices.Joerg Wunsch2007-04-122-10/+11
* Fix pkg-plist after version upgrade.Joerg Wunsch2007-04-102-52/+53
* Upgrade to GCC 4.1.2.Joerg Wunsch2007-04-074-33/+46
* OK, I bite. Implement the patch from PR ports/96407, to avoid theJoerg Wunsch2006-10-102-0/+14
* Change private hack into @dirrmtry.Joerg Wunsch2006-10-091-2/+2
* Copy over the avr-gcc-devel port to avr-gcc, so this will become theJoerg Wunsch2006-10-0710-0/+1153
* devel/avr-gcc has been repocopied to devel/avr-gcc-3, so to make roomJoerg Wunsch2006-10-0613-1013/+0
* Fix the link specification in the patch so ATmega*P devices will getJoerg Wunsch2006-04-212-2/+2
* Rename ATmega164/324 to ATmega164P/324P, add support for ATmega644P,Joerg Wunsch2006-04-193-17/+22
* Upgrade to GCC 3.4.6.Joerg Wunsch2006-03-205-77/+91
* Fix the severe bug (faulty code generation) reported inJoerg Wunsch2006-03-022-1/+132
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
* Add support for ATtiny261/461/861.Joerg Wunsch2006-01-053-10/+18
* Upgrade to GCC 3.4.5, and add support for ATtiny24/44/84 devices.Joerg Wunsch2005-12-155-73/+77
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
* Add support for the AT90CAN32/64 controllers.Joerg Wunsch2005-11-054-18/+70
* Add support for the ATmega640/1280/1281 family.Joerg Wunsch2005-09-133-18/+25
* Oops, a double slash sneaked into the linker spec, causing GCC toJoerg Wunsch2005-09-022-2/+2
* Add back support for the ATmega165.Joerg Wunsch2005-09-013-14/+18
* Fix the linker command (in GCC's specs file) for the AT90PWM2/3Joerg Wunsch2005-08-172-10/+11
* Remove a superfluous part of a patch (patching a .orig file resulting fromJoerg Wunsch2005-08-011-84/+0
* Upgrade AVR-GCC to GCC-3.4.4.Joerg Wunsch2005-07-318-453/+319
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
* Bring in some patches from the head of GCC's CVS back to the latestJoerg Wunsch2005-03-115-1/+399
* Do also set IGNORE when running against a too old version of PerlJoerg Wunsch2005-01-281-0/+1
* Require a sufficiently current Perl to be installed, as opposed to aJoerg Wunsch2005-01-271-1/+1
* Upgrade to GCC version 3.4.3.Joerg Wunsch2005-01-274-1416/+65
* Fix pkg-plist. (Remove two shared directories.)Joerg Wunsch2004-12-271-0/+2
* Switch from MASTER_SITE_GNU to MASTER_SITE_GCC; it seems the GNU mirrorsJoerg Wunsch2004-07-082-2/+1385
* Upgrade AVR-GCC to GCC 3.4.1.Joerg Wunsch2004-07-076-58/+155
* Sync with new bsd.autotools.mkAde Lovett2004-06-051-1/+1
* Upgrade to GCC 3.4.0.Joerg Wunsch2004-04-298-492/+387
* BROKEN on !i386 and !alpha: Does not buildKris Kennaway2004-03-291-1/+7
* Upgrade to version 3.3.2.Joerg Wunsch2004-03-044-57/+57
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+3
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-241-1/+1
* Update this port to the released version 3.3.1 of gcc.Joerg Wunsch2003-09-103-25/+15
* Fix COMMENT.Gerald Pfeifer2003-08-251-1/+1
* Update to a recent snapshot. Some AVR-related bugs have been fixed since.Joerg Wunsch2003-07-213-48/+48
* Update this suite to a current snapshot of gcc 3.3. Quite a few AVR-relatedJoerg Wunsch2003-05-123-58/+9
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
* Replace my old 16 bit IO register assignment hack by an authoritativeJoerg Wunsch2003-01-202-13/+301
* Update to a more recent snapshot, now taken from gcc's 3.3 branch insteadJoerg Wunsch2003-01-094-11/+41
* Use USE_PERL5_BUILD where appropriate, instead of hardcodingMaxim Sobolev2002-11-291-1/+1
* Add the forgotten dependency to gettext. This fixes the complaintJoerg Wunsch2002-10-101-1/+2
* Update to a recent snapshot. Among others, this fixes an issue withJoerg Wunsch2002-10-075-56/+15
* BROKEN: pkg-plist is incorrectKris Kennaway2002-10-061-0/+2
* Fix the documentation build process. We need to depend it on perl.Joerg Wunsch2002-09-022-2/+18
* Update to version 2002.09.01. Included are a couple of privateJoerg Wunsch2002-09-015-5/+101
* Now that gcc renamed the head of their CVS from 3.2 to 3.3, update thisJoerg Wunsch2002-08-124-59/+51
* Forgot to cvs add this patch in the previous commit. It (finally!) omitsJoerg Wunsch2002-07-041-0/+12
* Mega-upgrade of the AVR GNU toolchain, step #2:Joerg Wunsch2002-07-046-100/+162
* Fix packaging list.Joerg Wunsch2002-06-042-21/+22
* Update to gcc 3.0.1.Joerg Wunsch2001-10-113-29/+29
* Include the C++ compiler. Certainly of limited use for aJoerg Wunsch2001-08-135-3/+26
* Ooops, the PKGNAMEPREFIX got accidentally dropped.Joerg Wunsch2001-08-131-0/+1
* Another accidental omission from plist.Joerg Wunsch2001-08-131-0/+1
* Forgot about a couple of stale entries in the plist.Joerg Wunsch2001-08-121-2/+0
* Upgrade to the released version of gcc 3.0.Joerg Wunsch2001-08-124-23/+18
* This gcc snapshot requires bison in order to build.Joerg Wunsch2001-04-291-0/+1
* I forgot to update the master sites accordingly for the gcc snapshotJoerg Wunsch2001-04-211-3/+12
* Upgrade to a development snapshot of gcc-3. Target `avr' is nowJoerg Wunsch2001-04-204-71/+58
* Finally get the avr-gcc port really compile on the alpha architecture,Joerg Wunsch2001-03-161-0/+1
* Crude hack to get all this running on the alpha architecutre as well.Joerg Wunsch2001-03-161-0/+22
* Argl. USE_AUTOCONF wasn't quite what i actually intented... Instead,Joerg Wunsch2001-03-111-2/+2
* Didn't notice before that this port actually uses GNU autoconf... ThisJoerg Wunsch2001-03-111-0/+1
* Atmel AVR cross-development, part #2: the C compiler.Joerg Wunsch2000-12-055-0/+132