summaryrefslogtreecommitdiffstats
path: root/devel/arm-elf-gcc295
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* SIZEify (maintainer timeout)trevor2004-03-311-0/+4
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* - Fix build on -CURRENTpav2003-12-073-5/+34
| | | | | | | - Mark ONLY_FOR_ARCHS = i386 PR: ports/58502 Submitted by: elvis <elvis@sslab.cs.ccu.edu.tw>
* Unbreak build on -STABLE (partly by fixing the incorrect PERL->REINPLACE_CMDgerald2003-09-231-2/+4
| | | | | | | substitution). PR: 55475 Submitted by: Michael Hsin <mhsin@mhsin.org>
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-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
* BROKEN on 5.1: does not compilekris2003-05-181-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* RE is an Extended one.edwin2002-11-141-2/+3
| | | | Noticed on: bento
* port needs perl to build -> USE_PERL5=yesedwin2002-11-051-0/+1
| | | | Noticed on: bento
* PERL -> REINPLACEedwin2002-11-041-2/+3
| | | | Noticed on: bento
* Use MASTER_SITES_GCC.knu2002-10-191-2/+2
|
* fix build when CPUTYPE is setijliao2001-12-081-0/+1
| | | | | PR: 32584 Submitted by: maintainer
* Unbreak mtree in the correct way: do not install arm-elf-c++filt at all,roam2001-05-292-2/+2
| | | | | | | since it is installed by devel/arm-elf-binutils. PR: 27733 Submitted by: maintainer
* add missing file to PLISTijliao2001-05-291-0/+1
| | | | | PR: 27453 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Upgrade to GCC 2.95.3.obrien2001-04-173-53/+56
|
* o Change MASTER_SITES to MASTER_SITE_SOURCEWARE.sf2001-01-193-10/+12
| | | | | | | o Uses split tarballs (gcc-{core,g++,objc}.tar.bz2) PR: 24463 Submitted by: maintainer
* GNU cross compiler suite for ARM. This is a vanilla version of gcc only.obrien2001-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)
OpenPOWER on IntegriCloud