Only use ld -R flag in UW 7.1*, since it's new.
This commit is contained in:
parent
0225d1f01e
commit
9c0eacb434
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
AROPT = crs
|
||||
export_dynamic = -Wl,-Bexport
|
||||
ifneq (,$(findstring uw7.1, $(host_os)))
|
||||
rpath = -Wl,-R$(libdir)
|
||||
endif
|
||||
DLSUFFIX = .so
|
||||
ifeq ($(GCC), yes)
|
||||
CFLAGS_SL = -fpic
|
||||
|
|
Loading…
Reference in a new issue