Build mongo current on OpenBSD : find egcc, ssl.h

Yeah, that looks like your assembler doesn’t like the codegen from the compiler. However you can override our default targeting of -march=sandybridge by providing your own -march argument to GCC, again on the command line, via CCFLAGS.

scons ... CCFLAGS=-march=core2
2 Likes