-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added README describing toolchain patches (#1349)
- Loading branch information
1 parent
d412700
commit ad501b8
Showing
8 changed files
with
26 additions
and
13 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
Empty file.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Foreign CC toolchain patches | ||
|
||
## [cmake-c++11.patch](./cmake-c++11.patch) | ||
|
||
See <https://discourse.cmake.org/t/cmake-error-at-cmakelists-txt-117-message-the-c-compiler-does-not-support-c-11-e-g-std-unique-ptr/3774/8> | ||
|
||
## [make-reproducible-bootstrap.patch](./make-reproducible-bootstrap.patch) | ||
|
||
This patch avoids reliance on host installed tools for bootstrapping make. | ||
|
||
## [pkgconfig-builtin-glib-int-conversion.patch](./pkgconfig-builtin-glib-int-conversion.patch) | ||
|
||
This patch fixes explicit integer conversion which causes errors in `clang >= 15` and `gcc >= 14` | ||
|
||
## [pkgconfig-detectenv.patch](./pkgconfig-detectenv.patch) | ||
|
||
This patch is required as bazel does not provide the VCINSTALLDIR or WINDOWSSDKDIR vars | ||
|
||
## [pkgconfig-makefile-vc.patch](./pkgconfig-makefile-vc.patch) | ||
|
||
This patch is required as rules_foreign_cc runs in MSYS2 on Windows and MSYS2's "mkdir" is used |
2 changes: 0 additions & 2 deletions
2
toolchains/cmake-c++11.patch → toolchains/patches/cmake-c++11.patch
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.