# $DragonFly: src/gnu/lib/gcc3/Attic/Makefile,v 1.4 2004/01/30 02:35:01 dillon Exp $ # # gcc3 libraries must be built with gcc3. When bootstraping from 4.x # or from an older DFly without the .makeenv directive, we have to export # CCVER manually. SUBDIR= csu libgcc libgcc_r libstdc++ libsupc++ .if !defined(.DIRECTIVE_MAKEENV) MAKE := CCVER=gcc3 ${MAKE} .endif .include