jdk/make/java/instrument/Makefile
changeset 4111 ffc9c33335f4
parent 2 90ce3da70b43
child 4665 d14dc3d9e1fa
equal deleted inserted replaced
4002:4e7661eaa211 4111:ffc9c33335f4
   107   OTHER_LDLIBS += -ldl 
   107   OTHER_LDLIBS += -ldl 
   108   ifeq ($(PLATFORM), solaris)
   108   ifeq ($(PLATFORM), solaris)
   109     LDFLAGS += -R \$$ORIGIN/jli
   109     LDFLAGS += -R \$$ORIGIN/jli
   110   endif
   110   endif
   111   ifeq ($(PLATFORM), linux)
   111   ifeq ($(PLATFORM), linux)
   112     LDFLAGS += -z origin
   112     LDFLAGS += -Wl,-z -Wl,origin
   113     LDFLAGS += -Wl,--allow-shlib-undefined
   113     LDFLAGS += -Wl,--allow-shlib-undefined
   114     LDFLAGS += -Wl,-rpath -Wl,\$$ORIGIN/jli
   114     LDFLAGS += -Wl,-rpath -Wl,\$$ORIGIN/jli
   115   endif
   115   endif
   116 endif
   116 endif
   117 
   117