summaryrefslogtreecommitdiff
path: root/security/coreconf/OSF1.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/coreconf/OSF1.mk')
-rw-r--r--security/coreconf/OSF1.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/coreconf/OSF1.mk b/security/coreconf/OSF1.mk
index 37484fcb9..3b7cdab5f 100644
--- a/security/coreconf/OSF1.mk
+++ b/security/coreconf/OSF1.mk
@@ -57,6 +57,10 @@ endif
NON_LD_FLAGS += -ieee_with_inexact
OS_CFLAGS += -DOSF1 -D_REENTRANT
+ifneq ($(USE_64), 1)
+ LDFLAGS += -taso
+endif
+
ifeq ($(USE_PTHREADS),1)
OS_CFLAGS += -pthread
endif