Only use ld -R flag in UW 7.1*, since it's new.

This commit is contained in:
Peter Eisentraut 2000-11-08 20:27:38 +00:00
parent 0225d1f01e
commit 9c0eacb434

View File

@ -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