diff options
author | joerg <joerg@FreeBSD.org> | 2004-07-07 19:29:23 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2004-07-07 19:29:23 +0800 |
commit | 9dfe4d6247189245dd2bdc91ecb2f03804ed3844 (patch) | |
tree | acd5496b70cf5bfe261eae1718c6ec7bfc373baf /devel/avr-gcc-3/pkg-descr | |
parent | b3c29a0be89d55399ba684447a6bab490aa09ac6 (diff) | |
download | freebsd-ports-gnome-9dfe4d6247189245dd2bdc91ecb2f03804ed3844.tar.gz freebsd-ports-gnome-9dfe4d6247189245dd2bdc91ecb2f03804ed3844.tar.zst freebsd-ports-gnome-9dfe4d6247189245dd2bdc91ecb2f03804ed3844.zip |
Upgrade AVR-GCC to GCC 3.4.1.
Also included is a local hack to allow for 0bXXX binary constants,
since this appears to be a frequently requested item in the AVR
developers community.
The GCC configuration is tuned to allow for both, -gstabs [the default
if only -g is given], and -gdwarf-2 debugging options. ELF/DWARF-2 is
the emerging format as promoted by Atmel, and is intented to be
directly usable in their AVR Studio simulator in future. Eventually,
AVR-GDB will fully support DWARF-2 debugging as well some day.
Diffstat (limited to 'devel/avr-gcc-3/pkg-descr')
-rw-r--r-- | devel/avr-gcc-3/pkg-descr | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/avr-gcc-3/pkg-descr b/devel/avr-gcc-3/pkg-descr index 3f1fe8df77e3..20bd66ecd2b8 100644 --- a/devel/avr-gcc-3/pkg-descr +++ b/devel/avr-gcc-3/pkg-descr @@ -3,5 +3,11 @@ FSF gcc-3.x for Atmel AVR cross-development This brings the gcc compiler to the Atmel AVR 8-bit RISC family of microcontrollers. -Now including the basic C++ compiler, although this is only of limited +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 -gstabs +Locally hack added: recognizes 0bXXX binary constants + +WWW: http://gcc.gnu.org/ +WWW: http://www.nongnu.org/avr-libc/ |