summaryrefslogtreecommitdiff
path: root/devel/boost-build/toolset.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-build/toolset.mk')
-rw-r--r--devel/boost-build/toolset.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/boost-build/toolset.mk b/devel/boost-build/toolset.mk
new file mode 100644
index 00000000000..ab4e6efebab
--- /dev/null
+++ b/devel/boost-build/toolset.mk
@@ -0,0 +1,13 @@
+# $NetBSD: toolset.mk,v 1.1 2005/02/26 22:48:35 jmmv Exp $
+
+.include "../../mk/compiler.mk"
+
+.if !empty(PKGSRC_COMPILER:Mgcc)
+BOOST_TOOLSET= gcc
+.elif !empty(PKGSRC_COMPILER:Mmipspro*)
+BOOST_TOOLSET= mipspro
+.elif !empty(PKGSRC_COMPILER:Msunpro)
+BOOST_TOOLSET= sunpro
+.else
+BROKEN+= "Unknown compiler ${PKGSRC_COMPILER} for Boost"
+.endif