Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9c0eacb

Browse files
committed
Only use ld -R flag in UW 7.1*, since it's new.
1 parent 0225d1f commit 9c0eacb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/makefiles/Makefile.unixware

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
AROPT = crs
22
export_dynamic = -Wl,-Bexport
3+
ifneq (,$(findstring uw7.1, $(host_os)))
34
rpath = -Wl,-R$(libdir)
5+
endif
46
DLSUFFIX = .so
57
ifeq ($(GCC), yes)
68
CFLAGS_SL = -fpic

0 commit comments

Comments
 (0)