diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-02-29 03:25:51 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-02-29 03:25:51 +0000 |
| commit | 57f804675e65951d630a38d94c07be4a27ae4053 (patch) | |
| tree | 08158fea50735ed44fbd645ce7cf2c24beb7c11b /gnu/lib/Makefile | |
| parent | 6be21eb77807afea19219b8fd2ee9c0a4609027d (diff) | |
Notes
Diffstat (limited to 'gnu/lib/Makefile')
| -rw-r--r-- | gnu/lib/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index c3ea5ac85881..25255514261c 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -4,10 +4,6 @@ SUBDIR= SUBDIR.${MK_DIALOG}+= libdialog -SUBDIR.${MK_GCC}+= libgcov -.if ${MK_GCC} != "no" && ${MK_OPENMP} == "no" -SUBDIR+= libgomp -.endif SUBDIR.${MK_TESTS}+= tests .if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \ @@ -15,13 +11,6 @@ SUBDIR.${MK_TESTS}+= tests SUBDIR+= libregex .endif -# libsupc++ uses libstdc++ headers, although 'make includes' should -# have taken care of that already. -.if ${MK_GNUCXX} != "no" -SUBDIR+= libstdc++ libsupc++ -SUBDIR_DEPENDS_libsupc++:= libstdc++ -.endif - SUBDIR_PARALLEL= .include <bsd.subdir.mk> |
