diff options
author | joerg <joerg@FreeBSD.org> | 2007-12-20 14:43:20 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2007-12-20 14:43:20 +0800 |
commit | e59279bee840e438b4d491a906cc63724d8a94e3 (patch) | |
tree | 170e37015bd110637f91204beff50d57ca2bdd83 /devel/avr-gcc/pkg-descr | |
parent | 4d252365ef6aa15ef78996e1486e748d3933ac44 (diff) | |
download | freebsd-ports-gnome-e59279bee840e438b4d491a906cc63724d8a94e3.tar.gz freebsd-ports-gnome-e59279bee840e438b4d491a906cc63724d8a94e3.tar.zst freebsd-ports-gnome-e59279bee840e438b4d491a906cc63724d8a94e3.zip |
Add support for ATtiny88, ATmega32HVB, ATmega1284P.
Fix support for AT90USB82/162, move them into "avr35" architecture.
Add support for the OS_main and OS_task attributes.
Integrate some more bugfixes from the WinAVR patch list.
Diffstat (limited to 'devel/avr-gcc/pkg-descr')
-rw-r--r-- | devel/avr-gcc/pkg-descr | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/avr-gcc/pkg-descr b/devel/avr-gcc/pkg-descr index 4d3455861dbf..0471f981c4d2 100644 --- a/devel/avr-gcc/pkg-descr +++ b/devel/avr-gcc/pkg-descr @@ -4,15 +4,18 @@ 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 +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 + ATtiny48/88 AT90PWM2B/PWM3B AT90PWM216/PWM316 ATmega48P/88P/168P/328P + ATmega32HVB + ATmega1284 ATmega2560/ATmega2561 WWW: http://gcc.gnu.org/ |