summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/coreconf/SunOS5.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/coreconf/SunOS5.mk b/security/coreconf/SunOS5.mk
index 2f9e190e2..5adcbf6ca 100644
--- a/security/coreconf/SunOS5.mk
+++ b/security/coreconf/SunOS5.mk
@@ -159,6 +159,9 @@ PROCESS_MAP_FILE = grep -v ';-' $(LIBRARY_NAME).def | \
ifdef NS_USE_GCC
DSO_LDOPTS += -shared -h $(notdir $@)
else
+ifeq ($(USE_64), 1)
+ DSO_LDOPTS += -xarch=v9
+endif
DSO_LDOPTS += -G -h $(notdir $@)
endif