cvs commit: src/lib/csu/amd64 Makefile

Konstantin Belousov kib at FreeBSD.org
Fri Aug 22 09:23:50 UTC 2008


kib         2008-08-22 09:23:39 UTC

  FreeBSD src repository

  Modified files:
    lib/csu/amd64        Makefile 
  Log:
  SVN rev 181997 on 2008-08-22 09:23:39Z by kib
  
  Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.
  
  For gcc' __builtin_frame_address() to work, all call frames need to save
  frame pointer. In particular, this is important for the upper frame that
  should terminate the chain.
  
  No objections from:     jhb
  PR:     amd64/126543
  MFC after:      1 week
  
  Revision  Changes    Path
  1.19      +1 -0      src/lib/csu/amd64/Makefile


More information about the cvs-all mailing list