Remove hardcoded compiler path.
This switches the compiler path from /usr/bin/cc to gcc.
cc nor /usr/bin/cc exist on my system, theoretically gcc should work on "anybody's" system due to run-shell-command using the PATH.
I know at least some systems use the environment variable CC in some way but I am not aware of how that works.