make/hotspot/gensrc/GensrcAdlc.gmk
branchihse-cflags-rewrite-branch
changeset 56153 13a257673a61
parent 47314 743814386712
child 56214 0544ba555e67
equal deleted inserted replaced
56150:37625ab20ec7 56153:13a257673a61
    50     # seem needed any more.
    50     # seem needed any more.
    51     ADLC_CFLAGS_WARNINGS := -W3 -D_CRT_SECURE_NO_WARNINGS
    51     ADLC_CFLAGS_WARNINGS := -W3 -D_CRT_SECURE_NO_WARNINGS
    52   endif
    52   endif
    53 
    53 
    54   # Set the C++ standard if supported
    54   # Set the C++ standard if supported
    55   ADLC_CFLAGS += $(CXXSTD_CXXFLAG)
    55   ADLC_CFLAGS += $(ADLC_CXXFLAG)
    56   
    56 
    57   # NOTE: The old build didn't set -DASSERT for windows but it doesn't seem to
    57   # NOTE: The old build didn't set -DASSERT for windows but it doesn't seem to
    58   # hurt.
    58   # hurt.
    59   ADLC_CFLAGS += -DASSERT
    59   ADLC_CFLAGS += -DASSERT
    60 
    60 
    61   ADLC_CFLAGS += -D$(HOTSPOT_TARGET_CPU_DEFINE)
    61   ADLC_CFLAGS += -D$(HOTSPOT_TARGET_CPU_DEFINE)