6.11. Clear ToolChain Variables

Now we remove the toolchain variables to prevent the final GCC build from having issues:

unset CC
unset CXX
unset AR
unset AS
unset LD
unset RANLIB
unset STRIP