summaryrefslogtreecommitdiff
path: root/devel/avr-gcc-3/files/patch-aa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to GCC 3.4.0.Joerg Wunsch2004-04-281-4/+4
| | | | | | | | | 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. Notes: svn path=/head/; revision=107878
* Mega-upgrade of the AVR GNU toolchain, step #2:Joerg Wunsch2002-07-031-4/+4
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=62389
* Upgrade to a development snapshot of gcc-3. Target `avr' is nowJoerg Wunsch2001-04-201-22/+12
| | | | | | | | | | | | supported natively, so no external patches needed anymore. Note that this port requires up-to-date avr-binutils, since a few things in the assembler syntax have been changed. Not yet tested on the alpha platform. Notes: svn path=/head/; revision=41714
* Crude hack to get all this running on the alpha architecutre as well.Joerg Wunsch2001-03-151-0/+22
Since gcc (in the assumption of generating a native compiler) doesn't want to cbe configured for an alpha*-*-freebsd* system, we hack the configure script to allow this (similarly to netbsd). In the end, all this will be ignored anyway since it's getting to become a cross-compiler. Notes: svn path=/head/; revision=39892