Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom CC wrapper to the wrapper whitelist
Some toolchains use custom (or at least not widely used) CC wrappers, and passes that through the CC env var before the compiler, like: CC = <custom_wrapper> <something>-gcc Add support to CC_KNOWN_WRAPPER_CUSTOM env var, to be able to extend the 'known_wrappers' list with this <custom_wrapper>, and handle these special cases.
- Loading branch information