Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2010 23:25:17 +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:  <201003232325.o2NNPWLP010740@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-03-23 23:25:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    lib/csu/i386-elf     Makefile 
  Log:
  SVN rev 205567 on 2010-03-23 23:25:17Z 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.30.3  +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?201003232325.o2NNPWLP010740>