On Mon, Jan 26, 2004 at 09:37:33PM +0900, YONETANI Tomokazu wrote: > - include bsd.cpu.mk from gnu/lib/gcc2/Makefile so that CPUTYPE > is re-evaluated after setting CCVER=gcc2. This should be fixed now. sys.mk included bsd.cpu.mk before bsd.init.mk and there gnu/lib/gcc2/Makefile.inc was evaluated too late. Joerg