summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/bsd/osf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/unix/bsd/osf/Makefile')
-rw-r--r--ports/sysdeps/unix/bsd/osf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/sysdeps/unix/bsd/osf/Makefile b/ports/sysdeps/unix/bsd/osf/Makefile
new file mode 100644
index 000000000..743788a41
--- /dev/null
+++ b/ports/sysdeps/unix/bsd/osf/Makefile
@@ -0,0 +1,3 @@
+# Without -non_shared (via the compiler's -static flag), we'll end up
+# with some unresolved symbols wrt exceptions.
+LDFLAGS := $(LDFLAGS) -static