Changeset 309 for trunk/openjdk/hotspot/make/solaris/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/solaris/Makefile
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 20 20 # or visit www.oracle.com if you need additional information or have any 21 21 # questions. 22 # 22 # 23 23 # 24 24 … … 37 37 # from the PATH. 38 38 39 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 40 # JDI binding on SA produces two binaries: 39 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 40 # JDI binding on SA produces two binaries: 41 41 # 1. sa-jdi.jar - This is build before building libjvm[_g].so 42 42 # Please refer to ./makefiles/sa.make 43 43 # 2. libsaproc[_g].so - Native library for SA - This is built after 44 44 # libjsig[_g].so (signal interposition library) 45 # Please refer to ./makefiles/vm.make 45 # Please refer to ./makefiles/vm.make 46 46 # If $(GAMMADIR)/agent dir is not present, SA components are not built. 47 47 … … 53 53 include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make 54 54 55 ifndef LP6456 55 ifndef CC_INTERP 57 FORCE_TIERED=1 58 endif 56 ifndef FORCE_TIERED 57 FORCE_TIERED=1 58 endif 59 59 endif 60 60 … … 213 213 214 214 $(SUBDIRS_C2): $(BUILDTREE_MAKE) 215 if def FORCE_TIERED215 ifeq ($(FORCE_TIERED),1) 216 216 $(QUIETLY) $(MAKE) -f $(GAMMADIR)/make/$(OSNAME)/Makefile checks 217 217 $(BUILDTREE) VARIANT=tiered FORCE_TIERED=1
Note:
See TracChangeset
for help on using the changeset viewer.