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

Unified Diff: toolchain_build/toolchain_build_pnacl.py

Issue 1604353002: PNaCl toolchain: Add 'nostdinc++' to build of host tools against libc++ (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 4 years, 11 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 985a520e4df8305c1792ee696d1c182a95a89ed9..c1a05f37aad44aae85c53661d38fbbdcf0ad40c3 100755
--- a/toolchain_build/toolchain_build_pnacl.py
+++ b/toolchain_build/toolchain_build_pnacl.py
@@ -281,6 +281,7 @@ def HostArchToolFlags(host, extra_cflags, opts):
host, opts) + ')s/lib']
result['CXXFLAGS'] += ([
'-stdlib=libc++',
+ '-nostdinc++',
'-I%(' + FlavoredName('abs_libcxx', host, opts) + ')s/include/c++/v1'] +
extra_cc_flags)
deps.append(FlavoredName('libcxx', host, opts))
« 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