Date: Tue, 16 Jun 2009 18:14:48 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/csu/amd64 Makefile Message-ID: <200906161815.n5GIFAMr024042@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emaste 2009-06-16 18:14:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/csu/amd64 Makefile Log: SVN rev 194301 on 2009-06-16 18:14:48Z by emaste MFC r181997 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. Revision Changes Path 1.18.10.1 +1 -0 src/lib/csu/amd64/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906161815.n5GIFAMr024042>