Index: ports/tcl/pkg_info |
diff --git a/ports/tcl/pkg_info b/ports/tcl/pkg_info |
index 4f153de29b4c0661ccae7b85c1584165c37ed95d..4ca3e964856336699356cd7625533c53b8721612 100644 |
--- a/ports/tcl/pkg_info |
+++ b/ports/tcl/pkg_info |
@@ -7,4 +7,7 @@ DEPENDS=(glibc-compat nacl-spawn) |
# bionic build fails with undefined symbol: |
# https://code.google.com/p/nativeclient/issues/detail?id=3938 |
DISABLED_LIBC=(bionic) |
+# arm-nacl-clang failes with: |
+# internal_relocation (type: OFFSET_IMM) not fixed up |
+DISABLED_TOOLCHAIN=(clang-newlib) |
SHA1=5c83d44152cc0496cc0847a2495f659502a30e40 |