Skip to content

Commit

Permalink
Merge pull request #31 from mikezhang1234567890/v0.15.0-release
Browse files Browse the repository at this point in the history
(v0.15.0) Remove extra rpaths in AIX shared libs
  • Loading branch information
pshipton authored Jul 17, 2019
2 parents 4dc3771 + 36727b5 commit aad599f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omrmakefiles/rules.aix.mk
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ifeq (ld,$(LINKTOOL))
else
GLOBAL_LDFLAGS+=-b32
endif
GLOBAL_LDFLAGS+=-G -bnoentry -bernotok
GLOBAL_LDFLAGS+=-G -bnoentry -bernotok -bnolibpath
GLOBAL_LDFLAGS+=-bmap:$(MODULE_NAME).map
GLOBAL_LDFLAGS+=-bE:$($(MODULE_NAME)_LINKER_EXPORT_SCRIPT)
GLOBAL_SHARED_LIBS+=c_r C_r m pthread
Expand All @@ -115,7 +115,7 @@ else
GLOBAL_LDFLAGS+=-X32
endif
GLOBAL_LDFLAGS+=-E $($(MODULE_NAME)_LINKER_EXPORT_SCRIPT)
GLOBAL_LDFLAGS+=-p 0 -brtl -G -bernotok -bnoentry
GLOBAL_LDFLAGS+=-p 0 -brtl -G -bernotok -bnoentry -Wl,-bnolibpath
GLOBAL_SHARED_LIBS+=m
endif

Expand Down

0 comments on commit aad599f

Please sign in to comment.