diff options
author | Laszlo Csomor <laszlocsomor@google.com> | 2017-04-26 10:48:00 +0200 |
---|---|---|
committer | Vladimir Moskva <vladmos@google.com> | 2017-04-26 12:44:32 +0200 |
commit | d0d7ef0830ccd0c43a10956abaa8331b06d80e63 (patch) | |
tree | 31cbb7a48fb832a7b5bee0b96aabc953096a723a /third_party/nanopb/CHANGELOG.txt | |
parent | bcd23553f38f54fd4846aa507c827a4ee40cfab4 (diff) |
Windows, bootstrapping: fix bugs to support Cygwin
We can't yet fully bootstrap Bazel on Cygwin, but
can build Bazel from scratch. Building Bazel with
Bazel fails because gcc isn't found where it's
believed to be -- /usr/bin is a mount in Cygwin
(to /bin), not a symlink or directory.
In this change I:
- added support for the Cygwin shell as a
bootstrap platform (recognize `uname`)
- updateed the bootstrap scripts to use "windows"
as the PLATFORM string, not "mingw"
- fixed the git lookup code
- removed some hardwired msys-style path
- added a cygpath call to convert $PWD to a
mixed-style (otherwise the bootstrap script
passes --client_cwd=/cygdrive/c/... to the
server and WindowsFileSystem.java wants to make
that relative to c:/cygwin64)
See https://github.com/bazelbuild/bazel/issues/2885
Change-Id: Icc71261ea4f0c6d4a9c0846551a7977ca6020331
PiperOrigin-RevId: 154273014
Diffstat (limited to 'third_party/nanopb/CHANGELOG.txt')
0 files changed, 0 insertions, 0 deletions