hotspot/make/gensrc/GensrcAdlc.gmk
changeset 46630 75aa3e39d02c
parent 42664 29142a56c193
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
     1 #
     1 #
     2 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    71       LIBS := $(ADLC_LIBS), \
    71       LIBS := $(ADLC_LIBS), \
    72       OBJECT_DIR := $(JVM_VARIANT_OUTPUTDIR)/tools/adlc/objs, \
    72       OBJECT_DIR := $(JVM_VARIANT_OUTPUTDIR)/tools/adlc/objs, \
    73       OUTPUT_DIR := $(JVM_VARIANT_OUTPUTDIR)/tools/adlc, \
    73       OUTPUT_DIR := $(JVM_VARIANT_OUTPUTDIR)/tools/adlc, \
    74       PROGRAM := adlc, \
    74       PROGRAM := adlc, \
    75       DEBUG_SYMBOLS := false, \
    75       DEBUG_SYMBOLS := false, \
    76       DISABLED_WARNINGS_clang := parentheses tautological-compare, \
    76       DISABLED_WARNINGS_clang := tautological-compare, \
    77       DISABLED_WARNINGS_solstudio := notemsource, \
    77       DISABLED_WARNINGS_solstudio := notemsource, \
    78   ))
    78   ))
    79 
    79 
    80   ADLC_TOOL := $(BUILD_ADLC_TARGET)
    80   ADLC_TOOL := $(BUILD_ADLC_TARGET)
    81 
    81