Building current Nim 1.2.0 on OpenBSD AMD64. I'm hoping to get Nim 1.2 included into OpenBSD packages.
But when I run build.sh, it eventually dies with this error: ld: error: undefined symbol: __builtin_saddll_overflow It seems to be from the end of c_code/nimbase.h Here's the full context: [https://gist.github.com/sivers/a9786ddcca4d2f0f9feb497d13f2311a](https://gist.github.com/sivers/a9786ddcca4d2f0f9feb497d13f2311a) If anyone can suggest a patch, I'm happy to help test to get this working.
