diff options
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 c3ea5ac858815..25255514261cf 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> |
