| 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))
|
|
|