[BACK]Return to toolset.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / boost-build

Annotation of pkgsrc/devel/boost-build/toolset.mk, Revision 1.3

1.3     ! rillig      1: # $NetBSD: toolset.mk,v 1.2 2006/01/21 09:02:16 jmmv Exp $
1.1       jmmv        2:
                      3: .include "../../mk/compiler.mk"
                      4:
1.2       jmmv        5: .if ${OPSYS} == "Darwin"
                      6: BOOST_TOOLSET=         darwin
                      7: .elif !empty(PKGSRC_COMPILER:Mgcc)
1.1       jmmv        8: BOOST_TOOLSET=         gcc
                      9: .elif !empty(PKGSRC_COMPILER:Mmipspro*)
                     10: BOOST_TOOLSET=         mipspro
                     11: .elif !empty(PKGSRC_COMPILER:Msunpro)
                     12: BOOST_TOOLSET=         sunpro
                     13: .else
1.3     ! rillig     14: PKG_FAIL_REASON+=      "Unknown compiler ${PKGSRC_COMPILER} for Boost."
1.1       jmmv       15: .endif

CVSweb <webmaster@jp.NetBSD.org>