summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Prichard <rprichard@google.com>2018-03-01 01:34:24 -0800
committerRyan Prichard <rprichard@google.com>2018-03-01 01:54:19 -0800
commit32457fab0d5f1d8b960e9a9ebe3ac0b99205d24e (patch)
tree81ab58e755a67bb3ef9fb210a5649ee8e23db6ae
parent6891b04a22a87c0540f6a58e32e9ae1345fb09a5 (diff)
downloadmanifest-32457fab0d5f1d8b960e9a9ebe3ac0b99205d24e.tar.gz
Switch Linux toolchain from glibc2.11 to glibc2.15
This change gets Windows gcc building again. (ab/aosp-gcc) Bug: b/73539603 Test: ./toolchain/gcc/build.py --toolchain arm-linux-androideabi --host linux Test: ./toolchain/gcc/build.py --toolchain arm-linux-androideabi --host windows Test: ./toolchain/gcc/build.py --toolchain arm-linux-androideabi --host windows64
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index dc9e4c593..b24beac88 100644
--- a/default.xml
+++ b/default.xml
@@ -11,7 +11,7 @@
<project path="ndk" name="platform/ndk" />
<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.11-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8" groups="pdk,linux" />
+ <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/ndk" name="platform/prebuilts/ndk" revision="dev" groups="pdk" />
<project path="toolchain/binutils" name="toolchain/binutils" />