make/defs.make

Print this page

        

@@ -22,10 +22,15 @@
 #  
 #
 
 # The common definitions for hotspot builds.
 
+# Optionally include SPEC file generated by configure.
+ifneq ($(SPEC),)
+  include $(SPEC)
+endif
+
 # Default to verbose build logs (show all compile lines):
 MAKE_VERBOSE=y
 
 # Make macros for install files or preparing targets
 CD=cd