hotspot/make/windows/makefiles/vm.make
changeset 26293 5c7a054e59fe
parent 25052 66e77563d9e7
child 27157 364276bc8d8b
equal deleted inserted replaced
26292:02bd06c6b3cc 26293:5c7a054e59fe
    32 
    32 
    33 !ifdef RELEASE
    33 !ifdef RELEASE
    34 CXX_FLAGS=$(CXX_FLAGS) /D "PRODUCT"
    34 CXX_FLAGS=$(CXX_FLAGS) /D "PRODUCT"
    35 !else
    35 !else
    36 CXX_FLAGS=$(CXX_FLAGS) /D "ASSERT"
    36 CXX_FLAGS=$(CXX_FLAGS) /D "ASSERT"
       
    37 !if "$(BUILDARCH)" == "amd64"
       
    38 CXX_FLAGS=$(CXX_FLAGS) /homeparams
       
    39 !endif
    37 !endif
    40 !endif
    38 
    41 
    39 !if "$(Variant)" == "compiler1"
    42 !if "$(Variant)" == "compiler1"
    40 CXX_FLAGS=$(CXX_FLAGS) /D "COMPILER1"
    43 CXX_FLAGS=$(CXX_FLAGS) /D "COMPILER1"
    41 !endif
    44 !endif