K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-05-02T20:12:20.642273Z K 7 svn:log V 365 MFC r205398: Do not create *.gmon files for PIE executables on i386. Scrt1_c.o was accidentally compiled with -DGCRT (profiling), like gcrt1_c.o. This problem is i386-specific, the other architectures are OK. If you have problems with PIE executables such as samba and cups leaving behind gmon files, rebuild them after installing this change. PR: ports/143924 END