jdk/make/common/Program.gmk
changeset 8835 71d383b902e9
parent 8796 604a43386301
child 9035 1255eb81cc2f
child 9241 e77024585d01
equal deleted inserted replaced
8834:f69a163a9b51 8835:71d383b902e9
    81 		LDFLAGS += -R \$$ORIGIN/../../lib/$(LIBARCH)/jli
    81 		LDFLAGS += -R \$$ORIGIN/../../lib/$(LIBARCH)/jli
    82 		LDFLAGS += -R \$$ORIGIN/../../jre/lib/$(LIBARCH)/jli
    82 		LDFLAGS += -R \$$ORIGIN/../../jre/lib/$(LIBARCH)/jli
    83 	endif
    83 	endif
    84     endif
    84     endif
    85     ifeq ($(PLATFORM), linux)
    85     ifeq ($(PLATFORM), linux)
    86 	LDFLAGS += -Wl,-z -Wl,origin
    86 	LDFLAGS += $(LDFLAG_Z_ORIGIN)
    87 	LDFLAGS += -Wl,--allow-shlib-undefined
    87 	LDFLAGS += -Wl,--allow-shlib-undefined
    88 	LDFLAGS += -Wl,-rpath -Wl,\$$ORIGIN/../lib/$(LIBARCH)/jli
    88 	LDFLAGS += -Wl,-rpath -Wl,\$$ORIGIN/../lib/$(LIBARCH)/jli
    89 	LDFLAGS += -Wl,-rpath -Wl,\$$ORIGIN/../jre/lib/$(LIBARCH)/jli
    89 	LDFLAGS += -Wl,-rpath -Wl,\$$ORIGIN/../jre/lib/$(LIBARCH)/jli
    90     endif
    90     endif
    91 endif
    91 endif