6964882: 32 bit JDK does not build on 64 bit Windows platforms
Reviewed-by: ohair, valeriep
--- a/jdk/make/sun/security/mscapi/Makefile Wed Jul 05 17:16:17 2017 +0200
+++ b/jdk/make/sun/security/mscapi/Makefile Tue Jun 29 16:34:17 2010 -0700
@@ -150,6 +150,7 @@
# Rules
#
CLASSDESTDIR = $(TEMPDIR)/classes
+JAVAHFLAGS += -classpath $(CLASSDESTDIR)
include $(BUILDDIR)/common/Mapfile-vers.gmk
--- a/jdk/make/sun/security/pkcs11/Makefile Wed Jul 05 17:16:17 2017 +0200
+++ b/jdk/make/sun/security/pkcs11/Makefile Tue Jun 29 16:34:17 2010 -0700
@@ -148,6 +148,7 @@
# Rules
#
CLASSDESTDIR = $(TEMPDIR)/classes
+JAVAHFLAGS += -classpath $(CLASSDESTDIR)
include $(BUILDDIR)/common/Mapfile-vers.gmk