981f FreshPorts -- devel/cross-binutils
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
cross-binutils 2.23.2 devel on this many watch lists=0 search for ports that depend on this port
Ignore IGNORE: you should define TGTARCH and TGTABI to build port
GNU binutils port for cross-target development
Maintained by: christoph.mallon@gmx.de search for ports maintained by this maintainer
Port Added: 24 Jun 2007 08:03:45
License: not specified in port


GNU binutils for cross-target application development.

Prerequisite for the GCC cross-compiling environment.

Use TGTARCH switch to select target architecture, and TGTABI to select ABI.
E.g. the following command will build binutils for rtems on sparc:
% make TGTARCH=sparc TGTABI=rtems

If you encounter any problems building/using/installing this port, please
make me know. It would help to improve this port in feature.

WWW: http://sources.redhat.com/binutils/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. devel/arm-rtems-binutils
  2. devel/i386-rtems-binutils
  3. devel/m68k-rtems-binutils
  4. devel/mingw64-binutils
  5. devel/mips-rtems-binutils
  6. devel/powerpc-rtems-binutils
  7. devel/sh-rtems-binutils
  8. devel/sparc-rtems-binutils

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/cross-binutils/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
===> The following configuration options are available for cross-binutils-2.23.2:
     RTEMS_PATCHES=off: Apply RTEMS patches
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/binutils/releases/
  3. http://ftp.cs.pu.edu.tw/Linux/sourceware/binutils/releases/
  4. http://gd.tuwien.ac.at/gnu/sourceware/binutils/releases/
  5. http://mirrors.kernel.org/sources.redhat.com/binutils/releases/

Number of commits found: 24

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 18:46:43
Original commit files touched by this commit  2.23.2
crees search for other commits by this committer
devel/cross-binutils: Don't install generic info files; they conflict with
                      other cross-binutils slaves
27 Apr 2013 18:19:58
Original commit files touched by this commit  2.23.2
crees search for other commits by this committer
devel/cross-binutils: Fix and update to 2.23.2

- For mips no gprof was built, so installing failed.
- Building failed for ppc in version 2.21.
- Add an option for the switch WITH_RTEMS_PATCHES

Christoph has also valiantly agreed to be set as MAINTAINER.

PR:		ports/177851
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
09 Jun 2012 23:23:21
Original commit files touched by this commit  2.21
linimon search for other commits by this committer
Restore fallback error-handling line improperly removed in r1.19 via
ports/168527.  Without this, 'make describe' returns a packagename of
'--binutils-2.21'.

Hat:            portmgr
01 Jun 2012 13:31:30
Original commit files touched by this commit  2.21
scheidell search for other commits by this committer
- Mark BROKEN with powerpc/elf combination (might be all powerpc, don't know)

PR:             ports/168527
Submitted by:   scheidell@ (me)
Approved by:    The dancing elves (maintainer)
24 Oct 2011 03:33:20
Original commit files touched by this commit  2.21
stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
22 Oct 2011 23:50:23
Original commit files touched by this commit  2.21
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
03 Apr 2011 01:03:01
Original commit files touched by this commit  2.21
stas search for other commits by this committer
- Update cross-binutils to 2.21.
- Update cross-gcc to 4.5.2.
- Update cross-gdb to 7.2
- Update corresponding rtems patches.

PR:             ports/155301 (based on)
Submitted by:   ARAI Toshihiko <arai.toshihiko@gmail.com>
19 Nov 2009 22:07:43
Original commit files touched by this commit  2.20
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
19 Oct 2009 11:39:26
Original commit files touched by this commit  2.20
stas search for other commits by this committer
- Add plist quirks for windows targets.
18 Oct 2009 21:59:14
Original commit files touched by this commit  2.20
stas search for other commits by this committer
- Update to 2.20.
10 Apr 2009 08:32:47
Original commit files touched by this commit  2.19.1
stas search for other commits by this committer
- Update to 2.19.1.
31 Jan 2009 00:02:02
Original commit files touched by this commit  2.18
pav search for other commits by this committer
- Update download locations

Reported by:    -fetch-original pointyhat run
05 Jan 2009 19:44:02
Original commit files touched by this commit  2.18
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.18
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14 Jun 2008 16:25:47
Original commit files touched by this commit  2.18
stas search for other commits by this committer
- Fix a typo.

Submitted by:   David Noreika <david@noreika.com.au>
30 Apr 2008 10:27:52
Original commit files touched by this commit  2.18
stas search for other commits by this committer
- Mark broken on 5.x.
25 Apr 2008 11:27:56
Original commit files touched by this commit  2.18
stas search for other commits by this committer
- Fix pkg-plist.
20 Apr 2008 15:31:29
Original commit files touched by this commit  2.18
stas search for other commits by this committer
- Fix pkg-plist.

Reported by:    pav
13 Apr 2008 16:10:52
Original commit files touched by this commit  2.18
stas search for other commits by this committer
- Update to 2.18
- unbrake sparc toolchain on amd64

PR:             ports/119681 (based on)
Submitted by:   Martin Matuska <mm@FreeBSD.org>
01 Feb 2008 11:12:07
Original commit files touched by this commit  2.17
linimon search for other commits by this committer
Mark devel/sparc-rtems-binutils broken on sparc64 as well as amd64.
16 Dec 2007 23:36:35
Original commit files touched by this commit  2.17
pav search for other commits by this committer
- Mark BROKEN on respective targets/archs
27 Jun 2007 22:25:53
Original commit files touched by this commit  2.17
stas search for other commits by this committer
- Set correct (though fake) PKGNAMEPREFIX if target archs/ABI
  was not selected.
25 Jun 2007 20:32:32
Original commit files touched by this commit  2.17
stas search for other commits by this committer
- Fix a typo.

PR:             ports/113992
Submitted by:   Conrad J. Sabatier <conrads@cox.net>
24 Jun 2007 08:02:16
Original commit files touched by this commit  2.17
stas search for other commits by this committer
- Add devel/cross-binutils port.

GNU binutils for cross-target application development.

Prerequisite for the GCC cross-compiling enviropment.

WWW: http://sources.redhat.com/binutils/

Number of commits found: 24

286b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days29
new fortnight63
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0