Files
nixpkgs/pkgs/development/compilers/ghc
sternenseemann 804e7c5173 haskell.compiler.*: don't build profiled libs when host == riscv64
Curiously when building a cross compiled riscv64 GHC, the libraries (for
the target) turn out way bigger than when building a riscv64 cross
compiler. Profiling libraries are not necessary for bootstrapping GHC,
so we can disable them for now. We may want to revisit this condition,
though, once we have a native bootstrapping path for riscv64-linux set
up.
2024-10-05 12:55:30 +02:00
..