mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
488 B
Text
13 lines
488 B
Text
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.
|