summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2011-04-27 17:42:07 +0200
committerRobert Nagy <robert@openbsd.org>2011-04-27 17:42:07 +0200
commit881dcc4f2d7d0fc38bf57525ca97e575fba6693c (patch)
treeb295d1cdf3272c311e096d951750f7016ec6c2cd
parent9dbb1958ab0496748f445dbe00b21b44f0d443b1 (diff)
add -DBOOST_NO_EXCEPTIONS to gb_LinkTarget_NOEXCEPTIONFLAGS
-rwxr-xr-xsolenv/gbuild/platform/openbsd.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/openbsd.mk b/solenv/gbuild/platform/openbsd.mk
index 92654afa5923..d82a54d812ce 100755
--- a/solenv/gbuild/platform/openbsd.mk
+++ b/solenv/gbuild/platform/openbsd.mk
@@ -41,6 +41,8 @@ gb_STDLIBS := pthread
include $(GBUILDDIR)/platform/unxgcc.mk
+gb_LinkTarget_NOEXCEPTIONFLAGS += -DBOOST_NO_EXCEPTIONS
+
define gb_LinkTarget__command_dynamiclink
$(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $(1)) && \