Merge pull request #12588 from dezgeg/pr-binutils-platforms

binutils: Add platforms
This commit is contained in:
Arseniy Seroka 2016-01-24 23:12:14 +03:00
commit d6d22151fa

View file

@ -69,17 +69,15 @@ stdenv.mkDerivation rec {
meta = {
description = "Tools for manipulating binaries (linker, assembler, etc.)";
longDescription = ''
The GNU Binutils are a collection of binary tools. The main
ones are `ld' (the GNU linker) and `as' (the GNU assembler).
They also include the BFD (Binary File Descriptor) library,
`gprof', `nm', `strip', etc.
'';
homepage = http://www.gnu.org/software/binutils/;
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.linux;
/* Give binutils a lower priority than gcc-wrapper to prevent a
collision due to the ld/as wrappers/symlinks in the latter. */