]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
retire BSD_CRTBEGIN option
authoremaste <emaste@FreeBSD.org>
Fri, 31 Jan 2020 18:04:04 +0000 (18:04 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 31 Jan 2020 18:04:04 +0000 (18:04 +0000)
commit88ac2322bee65763f5a0a2e14bdd7fd499c28765
treebf4e4003df207dde5ee6fd2b5c0c20598c540625
parenta3a06cbef290adaec30e2298b6345d8a014023ef
retire BSD_CRTBEGIN option

BSD crt is currently used on all architectures (other than sparc64).
Remove the option and use BSD crt everywhere as part of the GCC 4.2.1
retirement plan.

https://lists.freebsd.org/pipermail/freebsd-arch/2020-January/019823.html

PR: 239851
Reviewed by: andrew, brooks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23122
12 files changed:
Makefile.inc1
contrib/bmake/mk/meta2deps.sh
gnu/lib/Makefile
lib/csu/Makefile.inc
share/mk/local.dirdeps-options.mk
share/mk/local.dirdeps.mk
share/mk/local.gendirdeps.mk
share/mk/meta2deps.sh
share/mk/src.opts.mk
targets/pseudo/userland/gnu/Makefile.depend
tools/build/options/WITHOUT_BSD_CRTBEGIN [deleted file]
tools/build/options/WITH_BSD_CRTBEGIN [deleted file]