This sentence: "Mind you that using -fomit-frame-pointer (which doesn't keep the frame pointer in a register for functions that don't need one) might have serious repercussions on the debugging of applications! " does not make sense - suggest changing to: "Using -fomit-frame-pointer (which doesn't keep the frame pointer in a register for functions that don't need one) might have serious repercussions on the debugging of applications!" Reproducible: Always Steps to Reproduce: 1. Go to http://www.gentoo.org/doc/en/handbook/handbook-sparc.xml?part=1&chap=5 2. Look at the section on CFLAGS/CXXFLAGS 3.
Fixed. Thanks for reporting.