mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
96fe03484f
released version, 3.4.3. This mainly adds support for new AVR devices that appeared on the market recently, and fixes a bug related to the order of assignments for volatile uint16_t * objects (in the assumption they might point to IO space where the order of two 8-bit operations can be important).
14 lines
429 B
Plaintext
14 lines
429 B
Plaintext
FSF gcc-3.x for Atmel AVR cross-development
|
|
|
|
This brings the gcc compiler to the Atmel AVR 8-bit RISC family of
|
|
microcontrollers.
|
|
|
|
Included is the basic C++ compiler, although this is only of limited
|
|
use without a libstdc++, and it is little tested.
|
|
|
|
Supported debugging formats: -gstabs [default] and -gdwarf-2
|
|
Locally hack added: recognizes 0bXXX binary constants
|
|
|
|
WWW: http://gcc.gnu.org/
|
|
WWW: http://www.nongnu.org/avr-libc/
|