| Index: third_party/libc++/BUILD.gn
|
| diff --git a/third_party/libc++/BUILD.gn b/third_party/libc++/BUILD.gn
|
| index d87f38bd803effb429cd80d24ae4b2e5ba537df1..6966e453eef0143b87a0cd67c3c123d0e93194c3 100644
|
| --- a/third_party/libc++/BUILD.gn
|
| +++ b/third_party/libc++/BUILD.gn
|
| @@ -46,6 +46,10 @@ config("config") {
|
| "-isystem" + rebase_path("../libc++abi/trunk/include", root_build_dir),
|
| "-std=c++11",
|
| ]
|
| + if (is_linux && target_cpu == "arm") {
|
| + cflags_c = [ "-isystem" + rebase_path("../libunwind/trunk/include", root_build_dir) ]
|
| + cflags_cc += [ "-isystem" + rebase_path("../libunwind/trunk/include", root_build_dir) ]
|
| + }
|
| }
|
|
|
| config("no_libstdcpp") {
|
|
|