Changeset 309 for trunk/openjdk/hotspot/make/linux/Makefile
- Timestamp:
- Feb 13, 2012, 10:07:12 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b24 (added) merged: 308 /branches/vendor/oracle/openjdk6/current merged: 307
- Property svn:mergeinfo changed
-
trunk/openjdk/hotspot/make/linux/Makefile
r278 r309 20 20 # or visit www.oracle.com if you need additional information or have any 21 21 # questions. 22 # 22 # 23 23 # 24 24 … … 46 46 # make REMOTE="rsh -l me myotherlinuxbox" 47 47 48 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 49 # JDI binding on SA produces two binaries: 48 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 49 # JDI binding on SA produces two binaries: 50 50 # 1. sa-jdi.jar - This is build before building libjvm[_g].so 51 51 # Please refer to ./makefiles/sa.make 52 52 # 2. libsa[_g].so - Native library for SA - This is built after 53 53 # libjsig[_g].so (signal interposition library) 54 # Please refer to ./makefiles/vm.make 54 # Please refer to ./makefiles/vm.make 55 55 # If $(GAMMADIR)/agent dir is not present, SA components are not built. 56 56 … … 62 62 include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make 63 63 64 ifndef LP6465 64 ifndef CC_INTERP 66 FORCE_TIERED=1 67 endif 65 ifndef FORCE_TIERED 66 FORCE_TIERED=1 67 endif 68 68 endif 69 69 … … 257 257 258 258 $(SUBDIRS_C2): $(BUILDTREE_MAKE) 259 if def FORCE_TIERED259 ifeq ($(FORCE_TIERED),1) 260 260 $(QUIETLY) $(MAKE) -f $(GAMMADIR)/make/$(OSNAME)/Makefile checks 261 261 $(BUILDTREE) VARIANT=tiered FORCE_TIERED=1
Note:
See TracChangeset
for help on using the changeset viewer.