Currently we set the CC and CXX SCons variables by way of the command line flags --cc and --cxx.
We should make Variables for these, so that you can say "scons CC=/path/to/cc" instead of "scons --cc=/path/to/cc".
We should also consider how we want to handle the --cc-use-shell-environment flag.