Welcome the build infrastructure for gcc41
[dragonfly.git] / gnu / lib / gcc41 / Makefile
1 # $DragonFly: src/gnu/lib/gcc41/Makefile,v 1.1 2006/09/27 12:10:33 corecode Exp $
2
3 SUBDIR=         libgcc libgcov
4
5 .if !defined(.DIRECTIVE_MAKEENV)
6 MAKE := HOST_CCVER=${HOST_CCVER} CCVER=gcc41 ${MAKE}
7 .endif
8
9 .if !defined(NO_CXX)
10 SUBDIR+=        libstdc++ libsupc++
11 .endif
12
13 .include <bsd.subdir.mk>