]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r270976: Allow standalone debug for non-default ${PROG} targets
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Sep 2014 15:28:17 +0000 (15:28 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Sep 2014 15:28:17 +0000 (15:28 +0000)
commit98eacaf8c129da48c055a856e7f60e1ae7e3975c
tree013b7581508c5aea15f94290013a0f9c671d87f9
parent2dd4f17a5a2cd2f07aa3bc8b531ba4ebece6ace0
MFC r270976: Allow standalone debug for non-default ${PROG} targets

This allows WITH_DEBUG_FILES to produce standalone debug for the ELF
runtime linker.

We previously disabled standalone debug files for bsd.prog.mk consumers
that included a non-default ${PROG} target, but this is not required.

Consumers that do not support standalone debug are still handled by
disabling it for statically linked binaries, and for those that specify
a non-default binary format.

Sponsored by: DARPA, AFRL
Approved by: re

git-svn-id: svn://svn.freebsd.org/base/stable/10@271274 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/mk/bsd.prog.mk