aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2019-10-10 14:10:05 -0700
committerDan Albert <danalbert@google.com>2019-10-10 21:38:08 -0700
commit5e6fd0de6d7bf7e7737daef49d54c8a98ec41c30 (patch)
tree10344ed96fc7557f5ee7a3c904179878b80b35a6 /include
parente9afa28841933dbd4fc36e526fe6bb70611b657a (diff)
downloadx86_64-w64-mingw32-4.8-5e6fd0de6d7bf7e7737daef49d54c8a98ec41c30.tar.gz
Update mingw to build 5933688.
This build switches the default crt from msvcrt to ucrt to align with LLVM, which is needed for compatibility between binutils and the LTO plugin. Test: Built binutils and tested on Windows Bug: http://b/142337488 Change-Id: I81834ca12834558213b3f004268b700c5ade37f4
Diffstat (limited to 'include')
-rw-r--r--include/gmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gmp.h b/include/gmp.h
index f1c4ae61..58998213 100644
--- a/include/gmp.h
+++ b/include/gmp.h
@@ -2266,7 +2266,7 @@ enum
};
/* Define CC and CFLAGS which were used to build this version of GMP */
-#define __GMP_CC "/usr/local/google/buildbot/src/android/mingw/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/bin/x86_64-linux-gcc -std=gnu99"
+#define __GMP_CC "/work/src/mingw/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/bin/x86_64-linux-gcc -std=gnu99"
#define __GMP_CFLAGS "-O2 -fomit-frame-pointer -s"
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */