summaryrefslogtreecommitdiffstats
path: root/gnu/lib/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-05-29 00:45:51 +0000
committerpeter <peter@FreeBSD.org>2002-05-29 00:45:51 +0000
commitf974920a72ceff59c6cb7b6af7ff98d51ba4baf7 (patch)
tree1491f48692dd3f9d8d16806993c7cb0306d8e486 /gnu/lib/Makefile
parentd314b7908f360745be357b38a05b8f57addb265d (diff)
downloadFreeBSD-src-f974920a72ceff59c6cb7b6af7ff98d51ba4baf7.zip
FreeBSD-src-f974920a72ceff59c6cb7b6af7ff98d51ba4baf7.tar.gz
Add some build glue for libstdc++. I'm not a C++ person, but this seems
to work at least for the non-hairy stuff. The main wrinkle here is that a whole mess of include files get installed and under different names. An earlier version of this built a shadow include tree first in the obj directory, but this depends on the 'make includes' functionality. More tweaking is certainly going to be needed.
Diffstat (limited to 'gnu/lib/Makefile')
-rw-r--r--gnu/lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 79f73dd..9c07c7c 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -8,10 +8,10 @@ SUBDIR+= libgcc_r
.endif
.endif
-.if notyet
+# libsupc++ uses libstdc++ headers, although 'make includes' should
+# have taken care of that already.
.if !defined(NO_CXX)
-SUBDIR+= libsupc++ libstdc++
-.endif
+SUBDIR+= libstdc++ libsupc++
.endif
.if !defined(NO_OBJC)
OpenPOWER on IntegriCloud