]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r205398: Do not create *.gmon files for PIE executables on i386.
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Mar 2010 23:25:17 +0000 (23:25 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Mar 2010 23:25:17 +0000 (23:25 +0000)
commit6e3902b4b9ad1154eb49ae06d0ba821f4d17f94f
tree4965fecbcbd225f61155541fa95be082bf53ba51
parent7fb87a730f212e446b25ddb99a6ed9b71cbf4ed8
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

git-svn-id: svn://svn.freebsd.org/base/stable/8@205567 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/csu/i386-elf/Makefile