mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
1d1f878054
Approved by: portmgr blanket
16 lines
530 B
Plaintext
16 lines
530 B
Plaintext
The GNU Binutils are a collection of binary tools. The main ones are:
|
|
|
|
* ld - the GNU linker.
|
|
* as - the GNU assembler.
|
|
|
|
Most of these programs use BFD, the Binary File Descriptor library, to do
|
|
low-level manipulation. Many of them also use the opcodes library to assemble
|
|
and disassemble machine instructions.
|
|
|
|
This port may be used as a replacement for the system binutils and support
|
|
features from the latest versions of GCC.
|
|
|
|
For cross-compilation, see the devel/cross-binutils port.
|
|
|
|
WWW: http://sources.redhat.com/binutils/
|