blob: bb1673934d269b5ad4048c1046f5b10ed5859daf [file] [log] [blame]
diff --git a/nss-3.41/nspr/config/Makefile.in b/nss-3.41/nspr/config/Makefile.in
index 7062c5c..745bedb 100644
--- a/nss-3.41/nspr/config/Makefile.in
+++ b/nss-3.41/nspr/config/Makefile.in
@@ -101,6 +101,15 @@ define MAKE_OBJDIR
if test ! -d $(@D); then rm -rf $(@D); mkdir $(@D); else true; fi
endef
+# [Local] These targets are intended to be built using the HOST tools. However,
+# Cast does this build in two invocations of make (host then target), hardcoding
+# CC on the command line for each. This means that the host tools are already
+# present when the target is being built, and that a true cross-complile cannot
+# be done, because CC cannot be overriden. Drop the targets until this is
+# fixed (b/69611042).
+TARGETS:=
+# End [Local]
+
export:: $(TARGETS)
rm -f $(dist_bindir)/nspr-config