Instead of hardcoding gcc
Makes it possible to build with clang.
There is only one hard-coded gcc left, in can_compile_m32(). I was not sure how to properly replace this.
can_compile_m32()
Pull-Request has been merged by jhutar
Thank you!
Instead of hardcoding gcc
Makes it possible to build with clang.
There is only one hard-coded gcc left, in
can_compile_m32(). I was not sure how to properly replace this.