summaryrefslogtreecommitdiff
path: root/devel/avr-gcc-3/files/patch-ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to GCC 3.4.0.Joerg Wunsch2004-04-281-5/+5
| | | | | | This also makes the port compile (again) under all 64-bit archs. For amd64, patch-ad modifies config.guess to match GCC's expectation of x86_64.
* Mega-upgrade of the AVR GNU toolchain, step #2:Joerg Wunsch2002-07-031-3/+3
| | | | | | | | | Upgrade to a development version of GCC 3.2. New AVR microcontrollers are introduced with faster pace than new versions of GCC :), so we need the development version to support recent AVR chips (like the ATmega 128). Alas, official GCC snapshot tarballs still track the 3.1.x branch, so i got to CVS checkout and roll my own tarball.
* Include the C++ compiler. Certainly of limited use for aJoerg Wunsch2001-08-121-0/+12
microcontroller, but i got interested to get a complex FFT working. No stdlibc++ support at this time.