nixpkgs/pkgs/development/misc/newlib
Sören Tempel cf1b7c4d5c newlib: fix build of nano variant on non-ARM architectures
librdimon.a is only available on ARM architectures, therefore building
newlib-nano for other architectures (e.g. RISC-V) fails presently.
This commit fixes this issue by only copying the library files that
actually exist in the for loop body. Alternatively, it would be
theoretically feasible to change the libraries iterated over based
on the targeted architecture.
2023-06-30 20:58:54 +02:00
..
default.nix newlib: fix build of nano variant on non-ARM architectures 2023-06-30 20:58:54 +02:00