premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

6.x - Initial GCC toolset implementation

Open nickclark2016 opened this issue 2 years ago • 0 comments

What does this PR do?

Adds a toolset abstraction and implementation for GCC.

How does this PR change Premake's behavior?

No outwards facing behavioral changes.

Anything else we should know?

Each toolset will need to be registered in order to be used by the "toolset" API.

Did you check all the boxes?

  • [x] Focus on a single fix or feature; remove any unrelated formatting or code changes
  • [x] Add unit tests showing fix or feature works; all tests pass
  • [x] Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • [x] Follow our coding conventions
  • [x] Minimize the number of commits
  • [x] Align documentation to your changes

You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!

nickclark2016 avatar Aug 21 '22 14:08 nickclark2016