cirosantilli/parsec-benchmark

Building with -fPIC

Opened this issue · 1 comments

I am attempting to build these tests w/ the selfrando compiler, and one of the requirements to do so is to compile all code with the -fPIC flag. I've added it to the CFLAGS component of a custom build script, but it seems one of the binaries in the package tools, yasm, is being built without this flag regardless. I was just wondering if you have any ideas what may be causing this issue / any suggestions for a fix for it?

Ryan, I'm afraid I don't know this very well. Let us know if you find the location, hopefully should be easy after some grepping and tests.