Add gcc40 infrastructure, but don't tie it to the build yet.
[dragonfly.git] / gnu / lib / gcc40 / Makefile
1 # $DragonFly: src/gnu/lib/gcc40/Attic/Makefile,v 1.1 2005/06/05 22:43:21 corecode Exp $
2
3 SUBDIR=         libgcc libgcov
4
5 .if !defined(.DIRECTIVE_MAKEENV)
6 MAKE := HOST_CCVER=${HOST_CCVER} CCVER=gcc40 ${MAKE}
7 .endif
8
9 #.if !defined(NO_OBJC)
10 #SUBDIR+=       libobjc
11 #.endif
12
13 .if !defined(NO_CXX)
14 SUBDIR+=        libstdc++ libsupc++
15 .endif
16
17 .include <bsd.subdir.mk>