aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-libc
Commit message (Collapse)AuthorAgeFilesLines
* The old distfile is gone on the previous server. There's an HTTPJoerg Wunsch2001-03-141-1/+7
| | | | | | | | | | | | | | | | redirect to a new server, but they don't carry the old files anymore. Unfortunately, in order to build the new stuff, we'd need a newer avr-gcc first -- and that one's by now only available directly from gcc's CVS repo, which is a little too `green' to me. Let's wait another couple of months until they rolled a newer release of gcc and binutils, and switch then. By now, store the old distfile elsewhere. Submitted by: fenner's ports build survey (very valuable service!) Notes: svn path=/head/; revision=39856
* Upgrade to a newer version which now matches the supplied PDFJoerg Wunsch2001-01-053-11/+7
| | | | | | | | documentation file. Still not the most recent version though, since that one would require a more recent (still beta) gcc. Notes: svn path=/head/; revision=36828
* Atmel AVR cross-development, part #3: a C and floating point mathJoerg Wunsch2000-12-058-0/+136
library. This port also installs some documentation which actually describes the combo of all three ports (avr-binutils, avr-gcc, avr-libc). Notes: svn path=/head/; revision=35684