aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avr-binutils
Commit message (Collapse)AuthorAgeFilesLines
* Update to binutils 2.14.joerg2003-09-095-3/+5572
| | | | | | | | Also included now the "AVR COFF beta" patch that allows avr-objcopy to generate AVR (extended) COFF files. Note the beta state (which only affects this conversion though). This commit also fixes a minor pkg-plist problem noticed by kris.
* Utilize INFO. The pkg-plist still appears to be broken.kris2003-08-162-29/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Upgrade from our previous snapshot to the official latest release ofjoerg2003-01-093-8/+5
| | | | binutils, 2.13.2.1.
* Mega-upgrade the AVR GNU utils toolchain, part #1:joerg2002-07-044-18/+103
| | | | | | | | Upgrade binutils to a recent snapshot, since this is a prerequisite for the remaining ports. Unfortunately, sources.redhat.com frequently purges older snapshot tarballs, thus i gotta keep the one to use here around privately.
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* As a side-effect of no longer installing libbfd, some header filesjoerg2001-05-191-3/+0
| | | | | | | that used to be mentioned in the PLIST aren't installed anymore either. Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net>
* Do not, never, nikogda install lib{bfd,opcodes,iberty}.a. They mightjoerg2001-05-161-3/+29
| | | | | | | clash with other binutils ports for different targets, and are not needed to be installed at all. PR: ports/27347 (although with a different approach than suggested)
* Don't install libiberty.a, it's not required to be installed, and likelyjoerg2001-04-202-5/+10
| | | | | | to clash with other ports of GNU tools. Fixup pkg-plist accordingly.
* Resurrect obrien's update to binutils 2.11 from the depths of CVS,joerg2001-04-202-2/+6
| | | | now that I'm ready to upgrade the entire AVR toolchain.
* Back out the 2.10.1 -> 2.11 upgrade. The avr-gcc port just didn't like it.obrien2001-04-152-6/+2
| | | | | | I upgrade this in too much hast for 4.3. Requested by: joerg
* Use out libtool.obrien2001-04-091-1/+4
|
* Update to Binutils 2.11[.0].obrien2001-04-092-5/+4
|
* This is the first port of a fairly complete toolchain for Atmel AVRjoerg2000-12-055-0/+118
microcomputer cross-development. More (avr-gcc, avr-libc) to follow...