git: DragonFly_RELEASE_2_10 gcc 4.4: Remove PIE profiling trigger
John Marino
marino at crater.dragonflybsd.org
Thu May 5 12:59:25 PDT 2011
commit 1fbf58117f1f8b0c180ab1549a14ff30019dd7e7
Author: John Marino <draco at marino.st>
Date: Thu May 5 21:16:01 2011 +0200
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
Summary of changes:
lib/csu/i386/Makefile.csu | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1fbf58117f1f8b0c180ab1549a14ff30019dd7e7
--
DragonFly BSD source repository
More information about the Commits
mailing list