DragonFly BSD
DragonFly commits List (threaded) for 2011-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: gcc 4.4: Remove PIE profiling trigger


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 May 2011 12:52:56 -0700 (PDT)

commit 2ff8dd8b71b63a1e7046ce8650af7004e8ba45ae
Author: John Marino <draco@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]