-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support building on Windows with Clang MSVC target
- Loading branch information
Showing
5 changed files
with
101 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2021-01-29 Frederik Seiffert <[email protected]> | ||
|
||
* common.make: | ||
* configure: | ||
* m4/gs_cc_is_clang.m4: | ||
* target.make: | ||
Added support for building on Windows with Clang MSVC target. | ||
Requires passing a host like --host=x86_64-pc-windows. | ||
Removes the check for $GCC in gs_cc_is_clang.m4 as it will be false | ||
when using the MSVC ABI due to __GNUC__ not being defined. | ||
|
||
2021-01-29 Frederik Seiffert <[email protected]> | ||
|
||
* common.make: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters