We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0225d1f commit 9c0eacbCopy full SHA for 9c0eacb
src/makefiles/Makefile.unixware
@@ -1,6 +1,8 @@
1
AROPT = crs
2
export_dynamic = -Wl,-Bexport
3
+ifneq (,$(findstring uw7.1, $(host_os)))
4
rpath = -Wl,-R$(libdir)
5
+endif
6
DLSUFFIX = .so
7
ifeq ($(GCC), yes)
8
CFLAGS_SL = -fpic
0 commit comments