Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: toolchain_build/toolchain_build_pnacl.py

Issue 1038753002: Disable LLVM's use of strerror_s on Windows (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: toolchain_build/toolchain_build_pnacl.py
diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py
index 5fc5b37d757ce34a485994f894ae6c9589066d8b..91af2a9fe03c91790d7c492eb4daf1653845e43f 100755
--- a/toolchain_build/toolchain_build_pnacl.py
+++ b/toolchain_build/toolchain_build_pnacl.py
@@ -690,7 +690,8 @@ def HostTools(host, options):
'--prefix=/',
'--program-prefix=',
'--with-binutils-include=%(abs_binutils_pnacl_src)s/include',
- '--with-clang-srcdir=%(abs_clang_src)s'
+ '--with-clang-srcdir=%(abs_clang_src)s',
+ 'ac_cv_have_decl_strerror_s=no',
] + shared)] +
CopyHostLibcxxForLLVMBuild(
host,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698