The current native (non-qemu-user-mode) cross build support works by
overriding CC, CXX, etc with versions that build target binaries. This
doesn't work with CMake because it expects that those build native
binaries and that a toolchain file be supplied to build target binaries.
This change includes the toolchain file to get XCC, etc, but doesn't
override CC when USES contains cmake.