Merge pull request #12588 from dezgeg/pr-binutils-platforms
binutils: Add platforms
This commit is contained in:
commit
d6d22151fa
|
@ -69,17 +69,15 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tools for manipulating binaries (linker, assembler, etc.)";
|
description = "Tools for manipulating binaries (linker, assembler, etc.)";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
The GNU Binutils are a collection of binary tools. The main
|
The GNU Binutils are a collection of binary tools. The main
|
||||||
ones are `ld' (the GNU linker) and `as' (the GNU assembler).
|
ones are `ld' (the GNU linker) and `as' (the GNU assembler).
|
||||||
They also include the BFD (Binary File Descriptor) library,
|
They also include the BFD (Binary File Descriptor) library,
|
||||||
`gprof', `nm', `strip', etc.
|
`gprof', `nm', `strip', etc.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://www.gnu.org/software/binutils/;
|
homepage = http://www.gnu.org/software/binutils/;
|
||||||
|
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
|
||||||
/* Give binutils a lower priority than gcc-wrapper to prevent a
|
/* Give binutils a lower priority than gcc-wrapper to prevent a
|
||||||
collision due to the ld/as wrappers/symlinks in the latter. */
|
collision due to the ld/as wrappers/symlinks in the latter. */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user