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

Unified Diff: ports/pnacl/pkg_info

Issue 1605993003: Disable pnacl toolchain build under emscripten (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
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: ports/pnacl/pkg_info
diff --git a/ports/pnacl/pkg_info b/ports/pnacl/pkg_info
index aea2c64e9fe6351d7b84c42dfd024ed741db6c65..e05e9e6e44f9952b5090e41bb88fae51372d3a4c 100644
--- a/ports/pnacl/pkg_info
+++ b/ports/pnacl/pkg_info
@@ -6,4 +6,4 @@ LICENSE=BSD
DEPENDS=(glibc-compat nacl-spawn pnacl-clang-src pnacl-binutils-src pnacl-llvm-src)
# x86 glibc toolchain is too old to build clang
# arm glibc fails with unrecognized command line option ‘-stdlib=libc++’
-DISABLED_TOOLCHAIN=(glibc)
+DISABLED_TOOLCHAIN=(glibc emscripten)
« 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