summaryrefslogtreecommitdiff
path: root/devel/boost/toolset.mk
blob: 1e59e0e27e9a22575259ab1ad5b9b388aef350ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: toolset.mk,v 1.2 2004/07/04 02:55:42 tv Exp $
# Translation from PKGSRC_COMPILER to BOOST_TOOLSET.

.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