make/linux/Makefile

changeset 2138
d5d065957597
parent 2047
d2ede61b7a12
child 2273
34bd82eba3bb
     1.1 --- a/make/linux/Makefile	Thu Sep 02 11:40:02 2010 -0700
     1.2 +++ b/make/linux/Makefile	Fri Sep 03 17:51:07 2010 -0700
     1.3 @@ -19,7 +19,7 @@
     1.4  # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
     1.5  # or visit www.oracle.com if you need additional information or have any
     1.6  # questions.
     1.7 -#  
     1.8 +#
     1.9  #
    1.10  
    1.11  # This makefile creates a build tree and lights off a build.
    1.12 @@ -45,13 +45,13 @@
    1.13  #
    1.14  #    make REMOTE="rsh -l me myotherlinuxbox"
    1.15  
    1.16 -# Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 
    1.17 -# JDI binding on SA produces two binaries: 
    1.18 +# Along with VM, Serviceability Agent (SA) is built for SA/JDI binding.
    1.19 +# JDI binding on SA produces two binaries:
    1.20  #  1. sa-jdi.jar       - This is build before building libjvm[_g].so
    1.21  #                        Please refer to ./makefiles/sa.make
    1.22  #  2. libsa[_g].so     - Native library for SA - This is built after
    1.23  #                        libjsig[_g].so (signal interposition library)
    1.24 -#                        Please refer to ./makefiles/vm.make 
    1.25 +#                        Please refer to ./makefiles/vm.make
    1.26  # If $(GAMMADIR)/agent dir is not present, SA components are not built.
    1.27  
    1.28  ifeq ($(GAMMADIR),)
    1.29 @@ -61,11 +61,9 @@
    1.30  endif
    1.31  include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make
    1.32  
    1.33 -ifndef LP64
    1.34  ifndef CC_INTERP
    1.35  FORCE_TIERED=1
    1.36  endif
    1.37 -endif
    1.38  
    1.39  ifdef LP64
    1.40    ifeq ("$(filter $(LP64_ARCH),$(BUILDARCH))","")

mercurial