< prev index next >

make/hotspot/ide/CreateVSProject.gmk

Print this page
rev 47445 : 8171853: Remove Shark compiler


  58   # Hand-code variant-specific arguments, based on the fact that we use
  59   # client for general arguments. Not optimal but other solutions require
  60   # major changes in ProjectCreator.
  61   ADDITIONAL_VARIANT_ARGS := \
  62       -define_server COMPILER2 \
  63       -ignorePath_client adfiles \
  64       -ignorePath_client c2_ \
  65       -ignorePath_client runtime_ \
  66       -ignorePath_client libadt \
  67       -ignorePath_client opto \
  68       #
  69 
  70   IGNORED_PLATFORMS_ARGS := \
  71     -ignorePath aarch64 \
  72     -ignorePath aix \
  73     -ignorePath arm \
  74     -ignorePath bsd \
  75     -ignorePath linux \
  76     -ignorePath posix \
  77     -ignorePath ppc \
  78     -ignorePath shark \
  79     -ignorePath solaris \
  80     -ignorePath sparc \
  81     -ignorePath x86_32 \
  82     -ignorePath zero \
  83       #
  84 
  85   ################################################################################
  86   # Build the ProjectCreator java tool.
  87 
  88   TOOLS_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)/support/tools_classes
  89 
  90   $(eval $(call SetupJavaCompilation, BUILD_PROJECT_CREATOR, \
  91       SETUP := GENERATE_OLDBYTECODE, \
  92       ADD_JAVAC_FLAGS := -Xlint:-auxiliaryclass, \
  93       SRC := $(TOPDIR)/make/hotspot/src/classes, \
  94       BIN := $(TOOLS_OUTPUTDIR), \
  95   ))
  96 
  97   TARGETS += $(BUILD_PROJECT_CREATOR)
  98 




  58   # Hand-code variant-specific arguments, based on the fact that we use
  59   # client for general arguments. Not optimal but other solutions require
  60   # major changes in ProjectCreator.
  61   ADDITIONAL_VARIANT_ARGS := \
  62       -define_server COMPILER2 \
  63       -ignorePath_client adfiles \
  64       -ignorePath_client c2_ \
  65       -ignorePath_client runtime_ \
  66       -ignorePath_client libadt \
  67       -ignorePath_client opto \
  68       #
  69 
  70   IGNORED_PLATFORMS_ARGS := \
  71     -ignorePath aarch64 \
  72     -ignorePath aix \
  73     -ignorePath arm \
  74     -ignorePath bsd \
  75     -ignorePath linux \
  76     -ignorePath posix \
  77     -ignorePath ppc \

  78     -ignorePath solaris \
  79     -ignorePath sparc \
  80     -ignorePath x86_32 \
  81     -ignorePath zero \
  82       #
  83 
  84   ################################################################################
  85   # Build the ProjectCreator java tool.
  86 
  87   TOOLS_OUTPUTDIR := $(HOTSPOT_OUTPUTDIR)/support/tools_classes
  88 
  89   $(eval $(call SetupJavaCompilation, BUILD_PROJECT_CREATOR, \
  90       SETUP := GENERATE_OLDBYTECODE, \
  91       ADD_JAVAC_FLAGS := -Xlint:-auxiliaryclass, \
  92       SRC := $(TOPDIR)/make/hotspot/src/classes, \
  93       BIN := $(TOOLS_OUTPUTDIR), \
  94   ))
  95 
  96   TARGETS += $(BUILD_PROJECT_CREATOR)
  97 


< prev index next >