summaryrefslogtreecommitdiff
path: root/devel/avr-gcc-3/files/patch-binary-constants (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to GCC version 3.4.3.Joerg Wunsch2005-01-271-1346/+0
| | | | | | | | | | Note that I do not longer support FreeBSD 4.x at this point, as their system-provided Pod::Man is way too old, and I'm tired of rolling that extra man page tarball. Software developers can IMHO reasonably be expected to run some version of FreeBSD 5.x these days. Notes: svn path=/head/; revision=127459
* Switch from MASTER_SITE_GNU to MASTER_SITE_GCC; it seems the GNU mirrorsJoerg Wunsch2004-07-071-0/+1383
| | | | | | | | | aren't up-to-date for GCC these days. Also, document the 0b binary constants hack committed a few hours ago. Notes: svn path=/head/; revision=113158
* Upgrade AVR-GCC to GCC 3.4.1.Joerg Wunsch2004-07-071-0/+83
Also included is a local hack to allow for 0bXXX binary constants, since this appears to be a frequently requested item in the AVR developers community. The GCC configuration is tuned to allow for both, -gstabs [the default if only -g is given], and -gdwarf-2 debugging options. ELF/DWARF-2 is the emerging format as promoted by Atmel, and is intented to be directly usable in their AVR Studio simulator in future. Eventually, AVR-GDB will fully support DWARF-2 debugging as well some day. Notes: svn path=/head/; revision=113131