freebsd-dev/lib/csu
Jilles Tjoelker 1e17fbd3d9 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
Reviewed by:	kib
MFC after:	3 days
2010-03-20 22:58:54 +00:00
..
amd64 Properly declare non-extern functions in crt1 2010-03-05 13:28:05 +00:00
arm Use default WARNS setting (of 6) for lib/csu. 2010-03-05 13:29:05 +00:00
common The __used (== __attribute__((__used)) ) silences the warning produced 2007-12-04 12:18:43 +00:00
i386-elf Do not create *.gmon files for PIE executables on i386. 2010-03-20 22:58:54 +00:00
ia64 Use default WARNS setting (of 6) for lib/csu. 2010-03-05 13:29:05 +00:00
mips Fix spelling of noreorder. 2010-03-13 02:10:20 +00:00
powerpc Use default WARNS setting (of 6) for lib/csu. 2010-03-05 13:29:05 +00:00
sparc64 Properly declare non-extern functions in crt1 2010-03-05 13:28:05 +00:00
Makefile.inc Use default WARNS setting (of 6) for lib/csu. 2010-03-05 13:29:05 +00:00