I build my ports with gcc45. I suspect ccache is not calling the correct version of the compiler, although I have defined in /usr/local/etc/buildflags.conf
1. How can I find out what version of the compiler (42 vs 45) a port was built with?
2. How can I test whether ccache is calling the correct compiler version?
Code:
BUILDFLAGS_GCC= 45
1. How can I find out what version of the compiler (42 vs 45) a port was built with?
2. How can I test whether ccache is calling the correct compiler version?