- Remove identical or almost identical headers
- List the architectures where aout.c builds rather than where to not build it
- Enable on all architectures
Details
Details
- Reviewers
brooks brett-gutstein - Commits
- rS365727: Cleanups for gprof:
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.bin/gprof/Makefile | ||
---|---|---|
8 ↗ | (On Diff #76801) | We switched to ELF in FreeBSD 3.2. which means only i386 ever had a.out (though there were prototypes for FreeBSD/alpha with a.out iirc, that's not relevant here). This should read simply .if ${MACHINE_CPUARCH} == "i386" |
usr.bin/gprof/Makefile | ||
---|---|---|
8 ↗ | (On Diff #76801) | <kib> we support i386 a.out on amd64 s/we/I/ |
Comment Actions
Crazy question: Do we support building and profiling a.out even at all? Maybe we just drop it entirely?
Comment Actions
I have no idea, although if we remove it I think it should be a second change that could be easily reverted if needed.