summaryrefslogtreecommitdiff
path: root/devel/avr-gcc/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace my old 16 bit IO register assignment hack by an authoritativeJoerg Wunsch2003-01-201-13/+300
| | | | | | | | | patch by the avr-gcc maintainers. Bump portrevision for that. Notes: svn path=/head/; revision=73637
* Update to a more recent snapshot, now taken from gcc's 3.3 branch insteadJoerg Wunsch2003-01-081-7/+36
| | | | | | | of the head of CVS. Notes: svn path=/head/; revision=72775
* Update to a recent snapshot. Among others, this fixes an issue withJoerg Wunsch2002-10-063-50/+9
| | | | | | | | | the generation of code that fed up recent versions of gas. The pseudo-symbol _PC_ is now completely eliminated from the generated code, and replaced by the location counter `.'. Notes: svn path=/head/; revision=67493
* Update to version 2002.09.01. Included are a couple of privateJoerg Wunsch2002-09-012-0/+33
| | | | | | | | | | | | patches that were floating through the avr-gcc and avr-libc mailinglists, just for the time being until they might have been integrated into gcc's CVS. Portname changed from dashes in the snap date to dots so portupgrade doesn't get confused about it. Thanks to Brian Dean for the hint. Notes: svn path=/head/; revision=65401
* Now that gcc renamed the head of their CVS from 3.2 to 3.3, update thisJoerg Wunsch2002-08-121-14/+7
| | | | | | | port since avr-libc-current has avr-gcc 3.3 as their prerequisite. Notes: svn path=/head/; revision=64421
* Forgot to cvs add this patch in the previous commit. It (finally!) omitsJoerg Wunsch2002-07-031-0/+12
| | | | | | | re-installing avr-c++filt which is already present from avr-binutils. Notes: svn path=/head/; revision=62391
* Mega-upgrade of the AVR GNU toolchain, step #2:Joerg Wunsch2002-07-033-12/+98
| | | | | | | | | | | | 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
* 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. Notes: svn path=/head/; revision=46156
* Upgrade to the released version of gcc 3.0.Joerg Wunsch2001-08-121-0/+11
| | | | Notes: svn path=/head/; revision=46136
* 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