Date: Sun, 29 Jun 1997 09:39:12 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 files.i386 Message-ID: <199706291639.JAA02982@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/06/29 09:39:12 PDT
Modified files:
sys/i386/conf Makefile.i386 files.i386
Log:
Fixed the fix for not using -fomit-frame-pointer with -pg. The previous
fix stopped it being used in all cases, because substitution on unset
variables does not work.
When profiling, put -malign-functions=4 in CFLAGS instead of in PROF.
This fixes the histogram counts for profiling support functions. It
gives bogus but harmless extra alignment for genassym etc.
Revision Changes Path
1.100 +3 -2 src/sys/i386/conf/Makefile.i386
1.166 +2 -2 src/sys/i386/conf/files.i386
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706291639.JAA02982>
