| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Since the author switched to use autoconf to maintain it, the entire
build system changed quite a bit. In order to get it to use the
correct tools (avr-gcc etc.) instead of the default C compiler, the
package now contains wrapper scripts to configure and build it, so a
good part of our ports framework doesn't apply anymore very well. As
a side-effect, i can't get it to honor ${PREFIX} in any way right now.
Maybe i'll switch away from the shipped scripts, and redo all their
stuff within that Makefile in future.
|
| |
|
|
|
|
|
|
|
|
| |
. install -c now default, thus patch-aa no longer needed
. isblank() has been added
. the HTML reference is now integral part of the
distribution file, so no need to fetch it separately
anymore
|
|
|
|
| |
distributed from the master site.
|
|
|
|
| |
as well.
|
| |
|
|
|
|
| |
<luebbers@users.sourceforge.net>.
|
| |
|
| |
|
|
|
|
|
|
| |
are now according to Atmel's documentation, etc. pp.
Requires an up-to-date avr-gcc.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
redirect to a new server, but they don't carry the old files anymore.
Unfortunately, in order to build the new stuff, we'd need a newer
avr-gcc first -- and that one's by now only available directly from
gcc's CVS repo, which is a little too `green' to me. Let's wait
another couple of months until they rolled a newer release of gcc and
binutils, and switch then.
By now, store the old distfile elsewhere.
Submitted by: fenner's ports build survey (very valuable service!)
|
|
|
|
|
| |
documentation file. Still not the most recent version though, since
that one would require a more recent (still beta) gcc.
|
|
library. This port also installs some documentation which actually
describes the combo of all three ports (avr-binutils, avr-gcc,
avr-libc).
|