diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2009-06-17 19:33:59 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2009-06-17 19:33:59 +0000 |
commit | 48c342e22472128049c9e278e4e6d3a578e0d477 (patch) | |
tree | 14caaf1cb3df899f71160f8432e023d6855334ec /devel/avr-gcc-42/pkg-descr | |
parent | 8b92a2cd89cb16d454c1cffa85a1c2d46f72c86a (diff) |
Notes
Diffstat (limited to 'devel/avr-gcc-42/pkg-descr')
-rw-r--r-- | devel/avr-gcc-42/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/avr-gcc-42/pkg-descr b/devel/avr-gcc-42/pkg-descr new file mode 100644 index 000000000000..0471f981c4d2 --- /dev/null +++ b/devel/avr-gcc-42/pkg-descr @@ -0,0 +1,22 @@ +FSF gcc-4.x for Atmel AVR cross-development + +Included is the basic C++ compiler, although this is only of limited +use without a libstdc++, and it is little tested. + +Supported debugging formats: -gdwarf-2 [default], -gstabs +Local patch added: recognizes 0bXXX binary constants +Local patch added: OS_main and OS_task attributes + +Locally added support for the following AVR devices: + + ATtiny43U + ATtiny48/88 + AT90PWM2B/PWM3B + AT90PWM216/PWM316 + ATmega48P/88P/168P/328P + ATmega32HVB + ATmega1284 + ATmega2560/ATmega2561 + +WWW: http://gcc.gnu.org/ +WWW: http://www.nongnu.org/avr-libc/ |