1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/avr-gcc/pkg-descr
Joerg Wunsch 48e98e9e98 Copy over the avr-gcc-devel port to avr-gcc, so this will become the
default AVR-GCC version now.

No repocopy as this port used to exist before.  For the history details,
see the old avr-gcc-devel port (going to be moved to Attic now).
2006-10-06 20:43:57 +00:00

25 lines
809 B
Plaintext

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
Locally hack added: recognizes 0bXXX binary constants
Backported GCC 4.2 patch for __attribute__((alias))
Locally added support for the following AVR devices:
ATtiny24/ATtiny44/ATtiny84
ATtiny25/ATtiny45/ATtiny85 ATtiny261/ATtiny461/ATtiny861
ATmega164P/ATmega324P/ATmega644/ATmega644P
ATmega165P/ATmega169P
ATmega329/ATmega3290/ATmega649/ATmega6490
ATmega406
ATmega640/ATmega1280/ATmega1281
AT90PWM2/AT90PWM3 AT90CAN32/64
AT90USB646/647/1286/1287
ATmega2560/ATmega2561 (beta test)
WWW: http://gcc.gnu.org/
WWW: http://www.nongnu.org/avr-libc/