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

Unified Diff: ports/hdf5/pkg_info

Issue 942013005: Enable building for ARM with 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/gforth/pkg_info ('k') | ports/lcms/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/hdf5/pkg_info
diff --git a/ports/hdf5/pkg_info b/ports/hdf5/pkg_info
index fe2da3b08492a950fa1a8e575812ac5e82549199..bb0b36bb93b910847cac1eee6b4cdf7af042250a 100644
--- a/ports/hdf5/pkg_info
+++ b/ports/hdf5/pkg_info
@@ -2,6 +2,9 @@ NAME=hdf5
VERSION=1.8.12
URL=http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12.tar.gz
LICENSE=CUSTOM:COPYING
+# arm-nacl-clang fails with:
+# Error: internal_relocation (type: OFFSET_IMM) not fixed up
+DISABLED_TOOLCHAIN=(clang-newlib)
DEPENDS=(glibc-compat)
DISABLED_LIBC=(bionic)
SHA1=965d954d596cfa694f3260856a6406ea69e46e68
« no previous file with comments | « ports/gforth/pkg_info ('k') | ports/lcms/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698