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

git: DragonFly_RELEASE_2_10 gcc 4.4: Remove PIE profiling trigger


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

commit 1fbf58117f1f8b0c180ab1549a14ff30019dd7e7
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/1fbf58117f1f8b0c180ab1549a14ff30019dd7e7


-- 
DragonFly BSD source repository



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