component/default: system gcc can be used only if all gcc, g++ and gfortran...
Some components, like openblas, requires gfortran. Thus checking gcc -dumpfullversion
is not enough to determine if we have to use SlapOS gcc or not.
With this merge request, system gcc suite will be used only if all gcc, g++ and gfortran exist and their versions are same.