Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Mar 2010 22:58:54 +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:  <201003202259.o2KMxA5S091586@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-03-20 22:58:54 UTC

  FreeBSD src repository

  Modified files:
    lib/csu/i386-elf     Makefile 
  Log:
  SVN rev 205398 on 2010-03-20 22:58:54Z by jilles
  
  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
  Reviewed by:    kib
  MFC after:      3 days
  
  Revision  Changes    Path
  1.23      +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?201003202259.o2KMxA5S091586>