Add support for platform dependent compiler dependencies when parsing command
Compare changes
This request aims to provide support for platform dependent compiler dependencies when parsing the Recc command. This is needed as there are compiler binaries on different platforms that share the same name.
SunC
compiler list (cc, c89, c99) to CCompilers
ParsedCommand
to set the correct compiler dependencies based on the platform, using RECC_PLATFORM_COMPILER
createParsedCommand()
to set the correct compiler rules based on the platform, using RECC_PLATFORM_COMPILER