The FreeBSD Ports Archive
FreeBSD devel : arm-elf-gcc2954>
GNU cross compiler suite for vanilla ARM targets
GNU cross compiler suite for ARM. This is a vanilla version of gcc only.
That is, it does not contain any libs or startup code for creating executable
files.
|
arm-elf-gcc295 history
v. 1.25
date: 2007/11/06 10:23:03; author: miwi; state: Exp; lines: +1 -6
- Fix build with gcc 4.2
PR: 117320
117322
Submitted by: Pietro Cerutti
James E. Flemer (maintainer)
Approved by: portmgr (pav)
v. 1.24
date: 2007/10/04 08:12:48; author: linimon; state: Exp; lines: +4 -2
Mark as broken with gcc4.2.
v. 1.23
date: 2006/05/04 21:40:22; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.22
date: 2006/02/23 10:35:29; author: ade; state: Exp; lines: +1 -4
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.21
date: 2005/11/15 06:48:33; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.20
date: 2005/09/15 09:32:13; author: barner; state: Exp; lines: +1 -1
- Pass maintainership to jflemer@alum.rpi.edu
Approved by: Espen Skoglund (old maintainer)
v. 1.19
date: 2005/08/11 12:03:15; author: barner; state: Exp; lines: +0 -4
- Fix plist
- Save arm-elf-gcc295 from being deprecated
PR: ports/84347
Submitted by: James E. Flemer
Approved by: Espen Skoglund (maintainer)
Approved by: portmgr (erwin, clement)
v. 1.18
date: 2005/07/23 02:53:19; author: kris; state: Exp; lines: +2 -0
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
v. 1.17
date: 2005/05/07 23:04:42; author: kris; state: Exp; lines: +2 -0
BROKEN: Incomplete pkg-plist
v. 1.16
date: 2004/07/09 17:42:07; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
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
v. 1.15
date: 2004/03/14 06:16:12; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
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.
v. 1.14
date: 2003/12/07 23:11:49; author: pav; state: Exp; lines: +9 -5
- Fix build on -CURRENT
- Mark ONLY_FOR_ARCHS = i386
PR: ports/58502
Submitted by: elvis
v. 1.13
date: 2003/09/23 09:08:06; author: gerald; state: Exp; lines: +4 -2
Unbreak build on -STABLE (partly by fixing the incorrect PERL->REINPLACE_CMD
substitution).
PR: 55475
Submitted by: Michael Hsin
v. 1.12
date: 2003/06/04 22:43:22; author: kris; state: Exp; lines: +6 -6
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
v. 1.11
date: 2003/05/18 10:00:32; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: does not compile
v. 1.10
date: 2003/02/21 11:22:26; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2002/11/14 11:17:29; author: edwin; state: Exp; lines: +3 -2
RE is an Extended one.
Noticed on: bento
v. 1.8
date: 2002/11/05 02:53:00; author: edwin; state: Exp; lines: +1 -0
port needs perl to build -> USE_PERL5=yes
Noticed on: bento
v. 1.7
date: 2002/11/04 02:35:01; author: edwin; state: Exp; lines: +3 -2
PERL -> REINPLACE
Noticed on: bento
v. 1.6
date: 2002/10/19 19:01:14; author: knu; state: Exp; lines: +2 -2
Use MASTER_SITES_GCC.
v. 1.5
date: 2001/12/08 20:58:45; author: ijliao; state: Exp; lines: +2 -1
fix build when CPUTYPE is set
PR: 32584
Submitted by: maintainer
v. 1.4
date: 2001/05/29 12:57:40; author: roam; state: Exp; lines: +3 -2
Unbreak mtree in the correct way: do not install arm-elf-c++filt at all,
since it is installed by devel/arm-elf-binutils.
PR: 27733
Submitted by: maintainer
v. 1.3
date: 2001/04/17 09:53:12; author: obrien; state: Exp; lines: +6 -4
Upgrade to GCC 2.95.3.
v. 1.2
date: 2001/01/19 20:25:52; author: sf; state: Exp; lines: +10 -9
o Change MASTER_SITES to MASTER_SITE_SOURCEWARE.
o Uses split tarballs (gcc-{core,g++,objc}.tar.bz2)
PR: 24463
Submitted by: maintainer
v. 1.1
date: 2001/01/06 08:05:31; author: obrien; state: Exp;
GNU cross compiler suite for ARM. This is a vanilla version of gcc only.
That is, it does not contain any libs or startup code for creating executable
files.
PR: 22849
Submitted by: Espen Skoglund
(with much cleanup and tweaks by me)
=============================================================================
|
| |

|