http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52847
--- Comment #3 from Daniel Richard G. <skunk at iskunk dot org> 2012-05-01 23:01:28 UTC --- (In reply to comment #1) > You should not need -mminimal-toc because of this toplevel makefile part. Ah, good to know. If I don't set -mminimal-toc in CC, I see this when larger executables are being linked... ld: 0711-783 WARNING: TOC overflow. TOC size: 474420 Maximum size: 65536 Extra instructions are being generated for each reference to a TOC symbol if the symbol is in the TOC overflow area. ...but the warning is non-fatal, and bootstrapping is otherwise unaffected.