aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-01-31 18:04:04 +0000
committerEd Maste <emaste@FreeBSD.org>2020-01-31 18:04:04 +0000
commit43e8403953cb97ffa6306dd13d2e92fdec91e47c (patch)
treebf4e4003df207dde5ee6fd2b5c0c20598c540625 /gnu
parentcca117a17b8b1e9561b4be772e0e38f8eca79126 (diff)
downloadsrc-43e8403953cb97ffa6306dd13d2e92fdec91e47c.tar.gz
src-43e8403953cb97ffa6306dd13d2e92fdec91e47c.zip
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
Notes
Notes: svn path=/head/; revision=357338
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 38399c94a04a..c3ea5ac85881 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -10,10 +10,6 @@ SUBDIR+= libgomp
.endif
SUBDIR.${MK_TESTS}+= tests
-.if ${MK_BSD_CRTBEGIN} == "no"
-SUBDIR+= csu
-.endif
-
.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
${MK_GDB} != "no"
SUBDIR+= libregex