Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2010 20:12:20 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/csu/i386-elf Makefile
Message-ID:  <201005022012.o42KCZWp066856@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-05-02 20:12:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/csu/i386-elf     Makefile 
  Log:
  SVN rev 207538 on 2010-05-02 20:12:20Z by jilles
  
  MFC r205398: Do not create *.gmon files for PIE executables on i386.
  
  Scrt1_c.o was accidentally compiled with -DGCRT (profiling), like gcrt1_c.o.
  This problem is i386-specific, the other architectures are OK.
  
  If you have problems with PIE executables such as samba and cups leaving
  behind gmon files, rebuild them after installing this change.
  
  PR:             ports/143924
  
  Revision   Changes    Path
  1.20.18.2  +1 -1      src/lib/csu/i386-elf/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005022012.o42KCZWp066856>