make/solaris/makefiles/rules.make

changeset 633
6470a2a42f92
parent 526
a294fd0c4b38
child 663
f232d7d67023
     1.1 --- a/make/solaris/makefiles/rules.make	Fri Jun 06 14:34:24 2008 -0700
     1.2 +++ b/make/solaris/makefiles/rules.make	Tue Jun 10 16:39:20 2008 -0700
     1.3 @@ -133,19 +133,7 @@
     1.4  COMPILE_DONE    = && { echo Done with $<; }
     1.5  endif
     1.6  
     1.7 -# A list of directories under which all source code are built without -KPIC/-Kpic
     1.8 -# flag. Performance measurements show that compiling GC related code will
     1.9 -# dramatically reduce the gc pause time. See bug 6454213 for more details.
    1.10 -
    1.11 -include $(GAMMADIR)/make/scm.make
    1.12 -
    1.13 -NONPIC_DIRS  = memory oops gc_implementation gc_interface 
    1.14 -NONPIC_DIRS  := $(foreach dir,$(NONPIC_DIRS), $(GAMMADIR)/src/share/vm/$(dir))
    1.15 -# Look for source code under NONPIC_DIRS
    1.16 -NONPIC_FILES := $(foreach dir,$(NONPIC_DIRS),\
    1.17 -                 $(shell find $(dir) \( $(SCM_DIRS) \) -prune -o \
    1.18 -		  -name '*.cpp' -print))
    1.19 -NONPIC_OBJ_FILES := $(notdir $(subst .cpp,.o,$(NONPIC_FILES)))
    1.20 +include $(GAMMADIR)/make/defs.make
    1.21  
    1.22  # Sun compiler for 64 bit Solaris does not support building non-PIC object files.
    1.23  ifdef LP64

mercurial