]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed the fix for not using -fomit-frame-pointer with -pg. The previous
authorBruce Evans <bde@FreeBSD.org>
Sun, 29 Jun 1997 16:39:11 +0000 (16:39 +0000)
committerBruce Evans <bde@FreeBSD.org>
Sun, 29 Jun 1997 16:39:11 +0000 (16:39 +0000)
commit1013a13dafa62acbc0882765d5f0b46f48f34323
tree090fdf2ebd72b09463c34409f269ac12abf2fac5
parenta2fc20d086d6e4ac7c54675d7cc5f9114483f974
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.
sys/conf/Makefile.i386
sys/conf/Makefile.powerpc
sys/conf/files.i386
sys/i386/conf/Makefile.i386
sys/i386/conf/files.i386