status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
523 stars 227 forks source link

config.nims: fix build/makefile_generation for riscv64 #6496

Closed gballet closed 1 month ago

gballet commented 1 month ago

I'm currently trying to build nimbus for my riscv64 laptop. Just like macosx, the -march=native command doesn't work for this gcc (abi version: riscv64-linux-gnu) and so the target needs to be set manually.

gballet commented 1 month ago

nvm, that seems to be fixed in unstable, I'll have to try that.