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

Unified Diff: ports/devenv/pkg_info

Issue 944053002: Disable more ports under nacl-clang (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 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 | « ports/coreutils/pkg_info ('k') | ports/libgit2-demo/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/pkg_info
diff --git a/ports/devenv/pkg_info b/ports/devenv/pkg_info
index 9b139c5802b36b1a09f8da53342581ca415b6de5..9901e8239281f7ef3e504c009dadcbb5785112f0 100644
--- a/ports/devenv/pkg_info
+++ b/ports/devenv/pkg_info
@@ -3,5 +3,7 @@ VERSION=0.1
# Currently only builds on linux (due to dependency on openssl)
BUILD_OS=linux
DEPENDS=(bash unzip geturl)
+# Disabled since the prebuilt packages are not yet available.
+DISABLED_TOOLCHAIN=(clang-newlib)
# Disabled for bionic due to bash.
DISABLED_LIBC=(bionic)
« no previous file with comments | « ports/coreutils/pkg_info ('k') | ports/libgit2-demo/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698