diff options
author | Robert Nagy <robert@openbsd.org> | 2011-04-27 17:42:07 +0200 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2011-04-27 17:42:07 +0200 |
commit | 881dcc4f2d7d0fc38bf57525ca97e575fba6693c (patch) | |
tree | b295d1cdf3272c311e096d951750f7016ec6c2cd | |
parent | 9dbb1958ab0496748f445dbe00b21b44f0d443b1 (diff) |
add -DBOOST_NO_EXCEPTIONS to gb_LinkTarget_NOEXCEPTIONFLAGS
-rwxr-xr-x | solenv/gbuild/platform/openbsd.mk | 2 |
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)) && \ |