Per request of Zacam, build logs from my building

Gentoo, x86_64_2.6.31-r6 kernel
Release build flags:
./autogen.sh CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer -fno-ident" CXXFLAGS="-march=native -O2 -pipe -fomit-frame-pointer -fno-ident" MAKEOPTS="-j3"
Debug build flags:
./autogen.sh CFLAGS="-march=native -O2 -pipe" CXXFLAGS="-march=native -O2 -pipe" MAKEOPTS="-j3" --enable-debug
Release build log, -O2 flag - didnt test since -O3 compiled fine and works
Release build log, -O3 flag - compiled
Debug build flags, -O2 option - didnt compile
Debug build flags, -O3 option - didnt bother since O2 didnt compile