aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc/pkg-descr
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2006-10-06 20:43:57 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2006-10-06 20:43:57 +0000
commit48e98e9e987f0bbecff19ec50b13983b4a0cec6e (patch)
treeef614ccb0efa20173baa3ab93a84e07b355d99c7 /devel/avr-gcc/pkg-descr
parent422318ef21c53797f9f2efc03fd5c8b32848ba1c (diff)
downloadports-48e98e9e987f0bbecff19ec50b13983b4a0cec6e.tar.gz
ports-48e98e9e987f0bbecff19ec50b13983b4a0cec6e.zip
Notes
Diffstat (limited to 'devel/avr-gcc/pkg-descr')
-rw-r--r--devel/avr-gcc/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/avr-gcc/pkg-descr b/devel/avr-gcc/pkg-descr
new file mode 100644
index 000000000000..8b123c7c3910
--- /dev/null
+++ b/devel/avr-gcc/pkg-descr
@@ -0,0 +1,24 @@
+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/