git: gcc 4.4: Remove PIE profiling trigger

John Marino marino at crater.dragonflybsd.org
Thu May 5 12:54:31 PDT 2011


commit 2ff8dd8b71b63a1e7046ce8650af7004e8ba45ae
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/2ff8dd8b71b63a1e7046ce8650af7004e8ba45ae


-- 
DragonFly BSD source repository





More information about the Commits mailing list