CPUTYPE for gcc3

Joerg Sonnenberger joerg at britannica.bec.de
Thu Jan 29 12:00:15 PST 2004


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.

Matt has reverted my changes that tried to fix this,
mostly because those were evil. We are currently discussing how to
fix this. The problem is that including bsd.cpu.mk does _not_ work.
ATM don't try to buildworld with CPUTYPE > pentiumpro, it will break
in when compiling the gcc2 libraries since gcc2 doesn't like the
flags. CPUTYPE is re-evaluated if you include bsd.cpu.mk, but the old
flags (when CCVER was gcc3) are still in place.

Joerg





More information about the Submit mailing list