------- Comment #13 from cyberleo at cyberleo dot net 2010-02-01 01:39 ------- Alas, it would seem that, due to licensing issues, newer GCC versions are unsupported for building the FreeBSD base system.
For note, I managed to get this section to compile with my chosen optimization flags (-Os -march=c3-2) by removing -Werror (the default) and -Wno-error (to get past errors from unused results and failed inlining earlier in the kernel build). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39193