gcc 4.4: Remove PIE profiling trigger
authorJohn Marino <draco@marino.st>
Thu, 5 May 2011 19:16:01 +0000 (21:16 +0200)
committerJohn Marino <draco@marino.st>
Thu, 5 May 2011 19:52:06 +0000 (21:52 +0200)
commit2ff8dd8b71b63a1e7046ce8650af7004e8ba45ae
tree3baa0e52342ea18113826954a6aa43cdcba796b4
parent6d9e20db0c5add2ea76ab966ee27e97da96a4207
gcc 4.4: Remove PIE profiling trigger

The support for Position Independent Executables came from FreeBSD.
Unfortunately, a bug in their initial commit was also carried over.
Removing the GCRT define from the i386 crtstuff makefile will stop
PIE binaries from generating *.gmon files as they are executed.  The main
software that suffers this are cups and samba.  Rebuilding those ports
after rebuilding world will fix this issue on the i386 platform, the only
one affected.

Report by mroland, issue 2063
lib/csu/i386/Makefile.csu