riscv: Use binutils 2.30 for linker fixes.

This commit is contained in:
Shea Levy 2018-02-19 07:59:40 -05:00
parent ca6710b2e6
commit c10288c171
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -7322,6 +7322,8 @@ with pkgs;
binutils =
if targetPlatform.isDarwin
then darwin.binutils
else if targetPlatform.isRiscV
then binutils_2_30
else binutils-raw;
binutils-unwrapped = callPackage ../development/tools/misc/binutils {