openbsd-ports/devel/avr/gcc/pkg/DESCR
aanriot adc50bf119 import avr, a Atmel AVR 8-bit RISC microcontrollers' framework.
It's composed by binutils, gcc, libc, and gdb, for these microcontrollers.

ok martin@, review and ok espie@
2005-09-20 15:22:42 +00:00

15 lines
512 B
Plaintext

This port is an almost carbon-copy of the compiler in-tree, with a few
differences:
- it's taken off a more recent snapshot from gcc 3.3 branch.
- it's not the system compiler, and so it looks for includes in
/usr/local, and for libraries in /usr/local/lib.
- it can bootstrap itself fully, including ada on i386, and java (though
java does not yet work. There's an issue with boehm-gc).
- it may build on platforms for which system gcc is still 2.95.3.
- it's a cross-compiler, targetting avr machines