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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy