hotspot/make/linux/makefiles/saproc.make
changeset 4013 b154310845de
parent 3261 c7d5aae8d3f7
child 4493 9204129f065e
--- a/hotspot/make/linux/makefiles/saproc.make	Wed Oct 07 15:38:37 2009 -0700
+++ b/hotspot/make/linux/makefiles/saproc.make	Tue Oct 13 12:04:21 2009 -0700
@@ -49,10 +49,10 @@
 endif
 
 # if $(AGENT_DIR) does not exist, we don't build SA
-# also, we don't build SA on Itanium.
+# also, we don't build SA on Itanium or zero.
 
 checkAndBuildSA:
-	$(QUIETLY) if [ -d $(AGENT_DIR) -a "$(SRCARCH)" != "ia64" ] ; then \
+	$(QUIETLY) if [ -d $(AGENT_DIR) -a "$(SRCARCH)" != "ia64" -a "$(SRCARCH)" != "zero" ] ; then \
 	   $(MAKE) -f vm.make $(LIBSAPROC); \
 	fi