summaryrefslogtreecommitdiff
path: root/devel/avr-binutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade to binutils 2.15.Joerg Wunsch2004-06-204-1656/+1598
| | | | | | | | | Also fixed is the way the tweak for amd64 -> x86_64 is done, and Manuel Stuehn <manuel dot stuehn at gmx dot net> verified it is OK on that architecture now. Notes: svn path=/head/; revision=111873
* When compiling on an amd64 host, override the --host configure settingJoerg Wunsch2004-05-141-0/+3
| | | | | | | | | to x86_64 to make the GNU utils match their expectation. Noticed by: kris Notes: svn path=/head/; revision=109161
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to binutils 2.14.Joerg Wunsch2003-09-085-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. Notes: svn path=/head/; revision=88813
* Utilize INFO. The pkg-plist still appears to be broken.Kris Kennaway2003-08-162-29/+1
| | | | Notes: svn path=/head/; revision=87037
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade from our previous snapshot to the official latest release ofJoerg Wunsch2003-01-083-8/+5
| | | | | | | binutils, 2.13.2.1. Notes: svn path=/head/; revision=72770
* Mega-upgrade the AVR GNU utils toolchain, part #1:Joerg Wunsch2002-07-034-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. Notes: svn path=/head/; revision=62388
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* As a side-effect of no longer installing libbfd, some header filesJoerg Wunsch2001-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> Notes: svn path=/head/; revision=42729
* Do not, never, nikogda install lib{bfd,opcodes,iberty}.a. They mightJoerg Wunsch2001-05-151-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) Notes: svn path=/head/; revision=42621
* Don't install libiberty.a, it's not required to be installed, and likelyJoerg Wunsch2001-04-202-5/+10
| | | | | | | | | to clash with other ports of GNU tools. Fixup pkg-plist accordingly. Notes: svn path=/head/; revision=41713
* Resurrect obrien's update to binutils 2.11 from the depths of CVS,Joerg Wunsch2001-04-202-2/+6
| | | | | | | now that I'm ready to upgrade the entire AVR toolchain. Notes: svn path=/head/; revision=41712
* Back out the 2.10.1 -> 2.11 upgrade. The avr-gcc port just didn't like it.David E. O'Brien2001-04-152-6/+2
| | | | | | | | | I upgrade this in too much hast for 4.3. Requested by: joerg Notes: svn path=/head/; revision=41389
* Use out libtool.David E. O'Brien2001-04-091-1/+4
| | | | Notes: svn path=/head/; revision=41100
* Update to Binutils 2.11[.0].David E. O'Brien2001-04-092-5/+4
| | | | Notes: svn path=/head/; revision=41097
* This is the first port of a fairly complete toolchain for Atmel AVRJoerg Wunsch2000-12-055-0/+118
microcomputer cross-development. More (avr-gcc, avr-libc) to follow... Notes: svn path=/head/; revision=35682