http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55811
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |mips64-octeon-linux-gnu Component|c |target --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-26 08:28:56 UTC --- Can you report this directly to Cavium since you are using their (well I work for them) toolchain? Cavium includes a fix inside their binutils for an issue like this, are you using their binutils or your own? Also -Wa,-xgot does not make a difference really for 4.3 since 4.3 does explicit got references now; you should use -mxgot instead. -Wl,-Bstatic -lstdc++ -lrt -lm -Wl,-Bdynamic is also bad form. Really you should using Cavium's FAEs for help rather than going directly to the FSF for support.