diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-15 16:29:45 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-15 16:29:45 +0000 |
| commit | 83f56d9ae49bc674154b5688dca21dc40194bb94 (patch) | |
| tree | f025d67a22654d8ff2203628f971ff7d615e4142 /gnu/lib/Makefile | |
| parent | 5d86203733738382e4207e3e9758e36f446d09a0 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/Makefile')
| -rw-r--r-- | gnu/lib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 971934f9983e..79f73dd1ef0d 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -8,13 +8,11 @@ SUBDIR+= libgcc_r .endif .endif -.if ${CXX:T} == "c++" -NO_CXX= yes -.endif - +.if notyet .if !defined(NO_CXX) SUBDIR+= libsupc++ libstdc++ .endif +.endif .if !defined(NO_OBJC) SUBDIR+= libobjc |
