diff make/linux/makefiles/vm.make @ 11129:16b10327b00d

8011569: ARM -- avoid native stack walking Summary: ARM compilers do not emit FramePointer on each native frame by default Reviewed-by: dholmes, zgu
author jprovino
date Tue, 16 Jul 2013 10:55:48 -0400
parents aabf54ccedb1
children 90d6c221d4e5
line wrap: on
line diff
--- a/make/linux/makefiles/vm.make	Fri Jun 07 09:33:01 2013 -0700
+++ b/make/linux/makefiles/vm.make	Tue Jul 16 10:55:48 2013 -0400
@@ -46,6 +46,7 @@
   include $(MAKEFILES_DIR)/zeroshark.make
 else
   include $(MAKEFILES_DIR)/$(BUILDARCH).make
+  -include $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/$(BUILDARCH).make
 endif
 
 # set VPATH so make knows where to look for source files
@@ -384,4 +385,4 @@
 
 install: install_jvm install_jsig install_saproc
 
-.PHONY: default build install install_jvm
+.PHONY: default build install install_jvm $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/$(BUILDARCH).make