jdk/make/lib/Lib-java.instrument.gmk
changeset 36110 91a3a6df36ec
parent 35276 50b3cdcef339
child 36511 9d0388c6b336
equal deleted inserted replaced
36047:1c076468bf7d 36110:91a3a6df36ec
     1 #
     1 #
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2016, 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
    65         -L$(call FindLibDirForModule, java.base)/jli, \
    65         -L$(call FindLibDirForModule, java.base)/jli, \
    66     LDFLAGS_solaris := $(call SET_SHARED_LIBRARY_ORIGIN,/jli) \
    66     LDFLAGS_solaris := $(call SET_SHARED_LIBRARY_ORIGIN,/jli) \
    67         -L$(call FindLibDirForModule, java.base)/jli, \
    67         -L$(call FindLibDirForModule, java.base)/jli, \
    68     LDFLAGS_macosx := -Wl$(COMMA)-all_load, \
    68     LDFLAGS_macosx := -Wl$(COMMA)-all_load, \
    69     LDFLAGS_aix := -L$(SUPPORT_OUTPUTDIR)/native/java.base, \
    69     LDFLAGS_aix := -L$(SUPPORT_OUTPUTDIR)/native/java.base, \
    70     LDFLAGS_windows := -export:Agent_OnAttach, \
       
    71     LIBS := $(JDKLIB_LIBS), \
    70     LIBS := $(JDKLIB_LIBS), \
    72     LIBS_unix := -ljava $(LIBZ), \
    71     LIBS_unix := -ljava $(LIBZ), \
    73     LIBS_linux := -ljli $(LIBDL), \
    72     LIBS_linux := -ljli $(LIBDL), \
    74     LIBS_solaris := -ljli $(LIBDL), \
    73     LIBS_solaris := -ljli $(LIBDL), \
    75     LIBS_aix := -liconv -ljli_static $(LIBDL), \
    74     LIBS_aix := -liconv -ljli_static $(LIBDL), \