Setting CC environment variable is not overriding compiler used when install test with phoronix. I am sort of new to this flow so I might be doing something wrong. I alos mention this was on Windows 10 as this is what I was using but don't know if issue specific to that.
From the image you can see that:
- clang and (older) gcc are my path
- the CC environment variable is set to 'clang' but a newer version (not in my path) of gcc is being used. So it appears CC is ignored.
- the CFLAGS environment variable is set to '--version' and you can see this is honored as version is emitted.
image.png
Some secondary questions:
2) Does phoronix-test-suite have something like a verbose option to see what is going on? In particular would like to see exact compiler used and options passed to i.
3) Does phoronix-test-suite have environment variables (or other mechanism) to override default link command and link options?
From the image you can see that:
- clang and (older) gcc are my path
- the CC environment variable is set to 'clang' but a newer version (not in my path) of gcc is being used. So it appears CC is ignored.
- the CFLAGS environment variable is set to '--version' and you can see this is honored as version is emitted.
image.png
Some secondary questions:
2) Does phoronix-test-suite have something like a verbose option to see what is going on? In particular would like to see exact compiler used and options passed to i.
3) Does phoronix-test-suite have environment variables (or other mechanism) to override default link command and link options?
Comment