summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2019-10-10 12:28:55 -0700
committerDan Albert <danalbert@google.com>2019-10-10 12:28:55 -0700
commitfaa8cce841a78533db14f1cc8a882b9411c6d1fb (patch)
tree4c32ee6fa8fd8245cd2ff4421c022b05b2954514
parent1d5da1f2fff34d121874f1ebd2f9a413c8c870fb (diff)
downloadmanifest-faa8cce841a78533db14f1cc8a882b9411c6d1fb.tar.gz
Pin the GCC manifest to the current mingw revision.
https://android-review.googlesource.com/c/platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/+/1138078 updates mingw to use ucrt instead of msvcrt by default, which is needed for binutils now that the gold plugin is built with ucrt (see http://b/142337488). Unfortunately GCC doesn't currently build with this change (sys_nerr and sys_errlist are forward declared by libiberty, and they're defined incorrectly for ucrt). We should look for upstream fixes or fix locally, but for now, unblock the NDK release. Test: None Bug: http://b/142337488
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 6e75f0318..93f44d896 100644
--- a/default.xml
+++ b/default.xml
@@ -13,7 +13,7 @@
<project path="prebuilts/gcc/darwin-x86/host/headers" name="platform/prebuilts/gcc/darwin-x86/host/headers" groups="pdk,darwin" />
<project path="prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" groups="pdk,darwin" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" groups="pdk,linux" />
- <project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="pdk-fs" />
+ <project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="pdk-fs" revision="e9afa28841933dbd4fc36e526fe6bb70611b657a" />
<project path="prebuilts/ndk" name="platform/prebuilts/ndk" revision="dev" groups="pdk" />
<project path="toolchain/binutils" name="toolchain/binutils" />
<project path="toolchain/build" name="toolchain/build" />