FLiT icon indicating copy to clipboard operation
FLiT copied to clipboard

Support for multiple versions of compilers

Open mikebentley15 opened this issue 7 years ago • 1 comments

Currently, having more than one version of say GCC requires many manual and invasive changes to the Makefile system. We would like this to be more streamlined and easier to configure.

mikebentley15 avatar Mar 28 '17 19:03 mikebentley15

Right now, the Makefile generates variables based on the compiler type variable from flit-config.toml. We should use the name field instead since that is already required to be unique.

mikebentley15 avatar Nov 28 '19 00:11 mikebentley15