make/hotspot/lib/CompileGtest.gmk
changeset 49024 953b3fd36b08
parent 47314 743814386712
child 49070 d7859531621b
equal deleted inserted replaced
49023:6b8fb182bb17 49024:953b3fd36b08
     1 #
     1 #
     2 # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2016, 2018, 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
    85     CXXFLAGS_DEBUG_SYMBOLS := $(JVM_CFLAGS_SYMBOLS), \
    85     CXXFLAGS_DEBUG_SYMBOLS := $(JVM_CFLAGS_SYMBOLS), \
    86     DISABLED_WARNINGS_gcc := undef, \
    86     DISABLED_WARNINGS_gcc := undef, \
    87     DISABLED_WARNINGS_clang := undef switch format-nonliteral \
    87     DISABLED_WARNINGS_clang := undef switch format-nonliteral \
    88         tautological-undefined-compare $(BUILD_LIBJVM_DISABLED_WARNINGS_clang), \
    88         tautological-undefined-compare $(BUILD_LIBJVM_DISABLED_WARNINGS_clang), \
    89     DISABLED_WARNINGS_solstudio := identexpected, \
    89     DISABLED_WARNINGS_solstudio := identexpected, \
       
    90     DISABLED_WARNINGS_CXX_microsoft := 4996, \
    90     LDFLAGS := $(JVM_LDFLAGS), \
    91     LDFLAGS := $(JVM_LDFLAGS), \
    91     LDFLAGS_solaris := -library=stlport4 $(call SET_SHARED_LIBRARY_ORIGIN), \
    92     LDFLAGS_solaris := -library=stlport4 $(call SET_SHARED_LIBRARY_ORIGIN), \
    92     LDFLAGS_aix := -bbigtoc, \
    93     LDFLAGS_aix := -bbigtoc, \
    93     LIBS := $(JVM_LIBS), \
    94     LIBS := $(JVM_LIBS), \
    94     OPTIMIZATION := $(JVM_OPTIMIZATION), \
    95     OPTIMIZATION := $(JVM_OPTIMIZATION), \