Skip to content

hadrian/bindist: ghci support for riscv64 in config.mk.in

Steven Keuchel requested to merge skeuchel/ghc:riscv64-ghci into master

The merge request !10714 (merged) enabled GHCi support on 64-bit RISC-V platforms in the hadrian settings. Unfortunately hadrian's bindist/config.mk.in is out of sync. This MR fixes that.

Merge request reports