aboutsummaryrefslogtreecommitdiff
path: root/devel/arm-elf-gcc295
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak build on -STABLE (partly by fixing the incorrect PERL->REINPLACE_CMDGerald Pfeifer2003-09-231-2/+4
| | | | | | | | | | substitution). PR: 55475 Submitted by: Michael Hsin <mhsin@mhsin.org> Notes: svn path=/head/; revision=89119
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81209
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* RE is an Extended one.Edwin Groothuis2002-11-141-2/+3
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70108
* port needs perl to build -> USE_PERL5=yesEdwin Groothuis2002-11-051-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69507
* PERL -> REINPLACEEdwin Groothuis2002-11-041-2/+3
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69424
* Use MASTER_SITES_GCC.Akinori MUSHA2002-10-191-2/+2
| | | | Notes: svn path=/head/; revision=68365
* fix build when CPUTYPE is setYing-Chieh Liao2001-12-081-0/+1
| | | | | | | | PR: 32584 Submitted by: maintainer Notes: svn path=/head/; revision=51254
* Unbreak mtree in the correct way: do not install arm-elf-c++filt at all,Peter Pentchev2001-05-292-2/+2
| | | | | | | | | | since it is installed by devel/arm-elf-binutils. PR: 27733 Submitted by: maintainer Notes: svn path=/head/; revision=43246
* add missing file to PLISTYing-Chieh Liao2001-05-291-0/+1
| | | | | | | | PR: 27453 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=43242
* Upgrade to GCC 2.95.3.David E. O'Brien2001-04-173-53/+56
| | | | Notes: svn path=/head/; revision=41525
* o Change MASTER_SITES to MASTER_SITE_SOURCEWARE.FUJISHIMA Satsuki2001-01-193-10/+12
| | | | | | | | | | o Uses split tarballs (gcc-{core,g++,objc}.tar.bz2) PR: 24463 Submitted by: maintainer Notes: svn path=/head/; revision=37343
* GNU cross compiler suite for ARM. This is a vanilla version of gcc only.David E. O'Brien2001-01-065-0/+122
That is, it does not contain any libs or startup code for creating executable files. PR: 22849 Submitted by: Espen Skoglund <esk@ira.uka.de> (with much cleanup and tweaks by me) Notes: svn path=/head/; revision=36847